A structure for storing an array of integer timeseries for XTE data.
It is designed to be able to store a number of timeseries with identical start, duration and sampling times.
Definition at line 251 of file xtefitstoframe.c.
Data Fields | |
| CHAR | objectname [STRINGLENGTH] |
| the source name More... | |
| CHAR | obsid [STRINGLENGTH] |
| the XTE observation ID <proposal>-<target>-<viewing>-<seq no><type> More... | |
| CHAR | apid [APIDLENGTH] |
| the APID More... | |
| CHAR | mode [STRINGLENGTH] |
| the operation mode as a string More... | |
| INT4 | bary |
| barycentered flag More... | |
| INT4 | lld |
| lld flag More... | |
| XTEUINT4TimeSeries ** | ts |
| pointer to single timeseries vectors More... | |
| INT4 | length |
| number of timeseries More... | |
| CHAR * | headerdump |
| an ascii dump of the original FITS header More... | |
| CHAR * | comment |
| a comment field (used to store original clargs) More... | |
| CHAR XTEUINT4TimeSeriesArray::objectname[STRINGLENGTH] |
the source name
Definition at line 252 of file xtefitstoframe.c.
| CHAR XTEUINT4TimeSeriesArray::obsid[STRINGLENGTH] |
the XTE observation ID <proposal>-<target>-<viewing>-<seq no><type>
Definition at line 253 of file xtefitstoframe.c.
| CHAR XTEUINT4TimeSeriesArray::apid[APIDLENGTH] |
the APID
Definition at line 254 of file xtefitstoframe.c.
| CHAR XTEUINT4TimeSeriesArray::mode[STRINGLENGTH] |
the operation mode as a string
Definition at line 255 of file xtefitstoframe.c.
| INT4 XTEUINT4TimeSeriesArray::bary |
barycentered flag
Definition at line 256 of file xtefitstoframe.c.
| INT4 XTEUINT4TimeSeriesArray::lld |
lld flag
Definition at line 257 of file xtefitstoframe.c.
| XTEUINT4TimeSeries** XTEUINT4TimeSeriesArray::ts |
pointer to single timeseries vectors
Definition at line 258 of file xtefitstoframe.c.
| INT4 XTEUINT4TimeSeriesArray::length |
number of timeseries
Definition at line 259 of file xtefitstoframe.c.
| CHAR* XTEUINT4TimeSeriesArray::headerdump |
an ascii dump of the original FITS header
Definition at line 260 of file xtefitstoframe.c.
| CHAR* XTEUINT4TimeSeriesArray::comment |
a comment field (used to store original clargs)
Definition at line 261 of file xtefitstoframe.c.