Current SPI data analyses carried out with the spi_science_analysis
script are not making use of any GTIs. In order to eliminate ``bad
data'', only entire pointing are excluded from the analysis (see
Sect. . In addition, the GTIs required to analyse
short bursts such as GRBs can be accounted for automatically by the GRB analysis
script. In some cases, you may need to create a GTI anyway, and this
can be done following the below procedure.
dal_create obj_name="usergti.fits" template="GNRL-USER-GTI.tpl"
fparkey value=0.0 fitsfile=usergti.fits\~[1] keyword=TSTART fparkey value=10000.0 fitsfile=usergti.fits\~[1] keyword=TSTOP fparkey value=GOOD fitsfile=usergti.fits\~[1] keyword=GTI\_TYPETSTART and TSTOP define the start and end validity of your selection, not the selection itself. The GTI_TYPE can be 'GOOD' (use the time specified in the user GTI file) or 'BAD' (exclude the time specified in the user GTI file)
fv usergti.fits