A structure containing array data information from a single channel found in an (R)XTE FITS file.
Definition at line 195 of file xtefitstoframe.c.
Data Fields | |
| UINT4 * | data |
| vector of data More... | |
| CHAR * | undefined |
| data quality flag More... | |
| INT8 | length |
| length of the vector More... | |
| INT8 | rowlength |
| the number of data per timestamp More... | |
| REAL8 | deltat |
| the sampling time More... | |
| INT4 | energy [2] |
| the energy channel range (0-255) More... | |
| CHAR | detconfig [NPCU+1] |
| contains detector config string More... | |
| UINT4* XTEUINT4Vector::data |
vector of data
Definition at line 196 of file xtefitstoframe.c.
| CHAR* XTEUINT4Vector::undefined |
data quality flag
Definition at line 197 of file xtefitstoframe.c.
| INT8 XTEUINT4Vector::length |
length of the vector
Definition at line 198 of file xtefitstoframe.c.
| INT8 XTEUINT4Vector::rowlength |
the number of data per timestamp
Definition at line 199 of file xtefitstoframe.c.
| REAL8 XTEUINT4Vector::deltat |
the sampling time
Definition at line 200 of file xtefitstoframe.c.
| INT4 XTEUINT4Vector::energy[2] |
the energy channel range (0-255)
Definition at line 201 of file xtefitstoframe.c.
contains detector config string
Definition at line 202 of file xtefitstoframe.c.