A structure for storing a timeseries of unsigned integers for XTE data.
This structure contains a distilled version of the information found in the FITS data file. It stores a continuous timeseries as well as a data quality vector.
Definition at line 234 of file xtefitstoframe.c.
Data Fields | |
| CHAR | colname [STRINGLENGTH] |
| name of the column from which the data was read More... | |
| UINT4 * | data |
| the data (timeseries of binned photon counts) More... | |
| CHAR * | undefined |
| a data quality flag (0=good, 1=bad) More... | |
| INT8 | length |
| length of the timeseries More... | |
| REAL8 | deltat |
| the time step size in seconds More... | |
| REAL8 | tstart |
| the GPS start time More... | |
| REAL8 | T |
| the time span in seconds More... | |
| INT4 | energy [2] |
| the energy channel range (0-255) More... | |
| CHAR | detconfig [NPCU+1] |
| contains detector config string More... | |
| CHAR XTEUINT4TimeSeries::colname[STRINGLENGTH] |
name of the column from which the data was read
Definition at line 235 of file xtefitstoframe.c.
| UINT4* XTEUINT4TimeSeries::data |
the data (timeseries of binned photon counts)
Definition at line 236 of file xtefitstoframe.c.
| CHAR* XTEUINT4TimeSeries::undefined |
a data quality flag (0=good, 1=bad)
Definition at line 237 of file xtefitstoframe.c.
| INT8 XTEUINT4TimeSeries::length |
length of the timeseries
Definition at line 238 of file xtefitstoframe.c.
| REAL8 XTEUINT4TimeSeries::deltat |
the time step size in seconds
Definition at line 239 of file xtefitstoframe.c.
| REAL8 XTEUINT4TimeSeries::tstart |
the GPS start time
Definition at line 240 of file xtefitstoframe.c.
| REAL8 XTEUINT4TimeSeries::T |
the time span in seconds
Definition at line 241 of file xtefitstoframe.c.
| INT4 XTEUINT4TimeSeries::energy[2] |
the energy channel range (0-255)
Definition at line 242 of file xtefitstoframe.c.
contains detector config string
Definition at line 243 of file xtefitstoframe.c.