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


ssclib (ssclib-4.30) [xmmsas_20160201_1833-15.0.0]

getGtiFromFilter Routines which deal with Routines which deal with Home Index

Meta Index / Home Page / DSS utilities / Routines which deal with


andGtis

This function takes as input two sequences of GTIs and returns a sequence which contains all overlaps between the input GTIs. The function makes use of the function andRangesPair() (see section 9.5.6) and similar considerations apply.

  function andGtis(gtiA, gtiB) result(andedGti)
    type(IntervalT), intent(in) :: gtiA(:), gtiB(:)
    type(IntervalT), pointer    :: andedGti(:)
  end function andGtis



XMM-Newton SOC/SSC -- 2016-02-01