LALApps 10.1.0.1-eeff03c
GTIData Struct Reference

Detailed Description

The good time interval data read from a FITS file.

Definition at line 113 of file xtefitstoframe.c.

Data Fields

REAL8start
 the start times of good data More...
 
REAL8end
 the end times of good data More...
 
INT8 length
 the number of gti segments More...
 

Field Documentation

◆ start

REAL8* GTIData::start

the start times of good data

Definition at line 114 of file xtefitstoframe.c.

◆ end

REAL8* GTIData::end

the end times of good data

Definition at line 115 of file xtefitstoframe.c.

◆ length

INT8 GTIData::length

the number of gti segments

Definition at line 116 of file xtefitstoframe.c.