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


ssclib (ssclib-4.33) [xmmsas_20190531_1155-18.0.0]

readGtis

This subroutine extracts from the DSS the sequence of GTIs used to filter events on a specified CCD chip. (The routine assumes that all events which occur on a given CCD chip share a common GTI selection.)

The pointer gti() should be deallocated after use.

  subroutine readGtis(set, inBlock, ccdNum, gti)
    type(DataSetT),  intent(in) :: set
    type(BlockT),    intent(in) :: inBlock
    integer,         intent(in) :: ccdNum
    type(IntervalT), pointer    :: gti(:)
  end subroutine readGtis



XMM-Newton SOC/SSC -- 2019-06-02