XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-4.36.1) [xmmsas_20230412_1735-21.0.0]

readRanges

The function of this subroutine is to return a vector containing all the ranges from all filters on the axis `axisName'.

NOTE! The returned pointer ranges() should be deallocated after use.

%  subroutine readRangesDss(dssPointer, axisName, ranges, dssConstraints)
  subroutine readRangesDss(dssPointer, axisName, ranges)
    type(DssT),   intent(in) :: dssPointer
    character(*), intent(in) :: axisName
    type(RangeT), pointer    :: ranges(:)
%    type(dssConstraintType), intent(in), optional  :: dssConstraints(:)
  end subroutine readRangesDss

  subroutine readRangesComp(dssComp, axisName, ranges)
    type(DScompT), intent(in) :: dssComp
    character(*),  intent(in) :: axisName
    type(RangeT),  pointer    :: ranges(:)
  end subroutine readRangesComp



XMM-Newton SOC -- 2023-04-16