A structure containing event information from a single channel found in an (R)XTE FITS file.
Definition at line 171 of file xtefitstoframe.c.
Data Fields | |
| CHAR * | data |
| vector of data More... | |
| CHAR * | undefined |
| data quality flag More... | |
| INT8 | length |
| length of the vector More... | |
| INT8 | nevents |
| the actual number of events 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 [6] |
| contains detector config string More... | |
| CHAR* XTECHARVector::data |
vector of data
Definition at line 172 of file xtefitstoframe.c.
| CHAR* XTECHARVector::undefined |
data quality flag
Definition at line 173 of file xtefitstoframe.c.
| INT8 XTECHARVector::length |
length of the vector
Definition at line 174 of file xtefitstoframe.c.
| INT8 XTECHARVector::nevents |
the actual number of events
Definition at line 175 of file xtefitstoframe.c.
| INT8 XTECHARVector::rowlength |
the number of data per timestamp
Definition at line 176 of file xtefitstoframe.c.
| REAL8 XTECHARVector::deltat |
the sampling time
Definition at line 177 of file xtefitstoframe.c.
| INT4 XTECHARVector::energy[2] |
the energy channel range (0-255)
Definition at line 178 of file xtefitstoframe.c.
| CHAR XTECHARVector::detconfig[6] |
contains detector config string
Definition at line 179 of file xtefitstoframe.c.