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


ssclib (ssclib-4.36.1) [xmmsas_20230412_1735-21.0.0]


checkRangeOverlap

This function compares two ranges to see if they overlap, and if not, which is higher than the other. An integer value is returned, which has the posisble values BOVERLAPSA, BISTOOHIGH, BISTOOLOW. These integer constants are defined in the present module.

  function checkRangeOverlap(rangeA, rangeB) result(status)
    type(RangeT), intent(in) :: rangeA, rangeB
    integer                  :: status
  end function checkRangeOverlap



XMM-Newton SOC -- 2023-04-16