A structure containing all of the relavent information extracted from a single (R)XTE FITS PCA file.
Definition at line 218 of file xtefitstoframe.c.
Data Fields | |
| FITSHeader * | header |
| FITS file header information. More... | |
| XTEUINT4Array ** | array |
| array of vectors containing array data More... | |
| XTECHARArray ** | event |
| array of vectors containing event data More... | |
| GTIData * | gti |
| good time interval information More... | |
| BarycentricData * | stamps |
| barycentric timestamps information More... | |
| FITSHeader* FITSData::header |
FITS file header information.
Definition at line 219 of file xtefitstoframe.c.
| XTEUINT4Array** FITSData::array |
array of vectors containing array data
Definition at line 220 of file xtefitstoframe.c.
| XTECHARArray** FITSData::event |
array of vectors containing event data
Definition at line 221 of file xtefitstoframe.c.
| GTIData* FITSData::gti |
good time interval information
Definition at line 222 of file xtefitstoframe.c.
| BarycentricData* FITSData::stamps |
barycentric timestamps information
Definition at line 223 of file xtefitstoframe.c.