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


ssclib (ssclib-4.30) [xmmsas_20160201_1833-15.0.0]

Routines which deal with Routines which deal with getGtiFromFilter Home Index

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

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