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


ssclib (ssclib-4.30) [xmmsas_20160201_1833-15.0.0]

copyRange Routines which act on andRangePair Home Index

Meta Index / Home Page / DSS utilities / Routines which act on


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/SSC -- 2016-02-01