LALApps 10.1.0.1-eeff03c
XTECHARVector Struct Reference

Detailed Description

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

CHARdata
 vector of data More...
 
CHARundefined
 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...
 

Field Documentation

◆ data

CHAR* XTECHARVector::data

vector of data

Definition at line 172 of file xtefitstoframe.c.

◆ undefined

CHAR* XTECHARVector::undefined

data quality flag

Definition at line 173 of file xtefitstoframe.c.

◆ length

INT8 XTECHARVector::length

length of the vector

Definition at line 174 of file xtefitstoframe.c.

◆ nevents

INT8 XTECHARVector::nevents

the actual number of events

Definition at line 175 of file xtefitstoframe.c.

◆ rowlength

INT8 XTECHARVector::rowlength

the number of data per timestamp

Definition at line 176 of file xtefitstoframe.c.

◆ deltat

REAL8 XTECHARVector::deltat

the sampling time

Definition at line 177 of file xtefitstoframe.c.

◆ energy

INT4 XTECHARVector::energy[2]

the energy channel range (0-255)

Definition at line 178 of file xtefitstoframe.c.

◆ detconfig

CHAR XTECHARVector::detconfig[6]

contains detector config string

Definition at line 179 of file xtefitstoframe.c.