LALApps 10.1.0.1-eeff03c
XTEUINT4Vector Struct Reference

Detailed Description

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

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

Field Documentation

◆ data

UINT4* XTEUINT4Vector::data

vector of data

Definition at line 196 of file xtefitstoframe.c.

◆ undefined

CHAR* XTEUINT4Vector::undefined

data quality flag

Definition at line 197 of file xtefitstoframe.c.

◆ length

INT8 XTEUINT4Vector::length

length of the vector

Definition at line 198 of file xtefitstoframe.c.

◆ rowlength

INT8 XTEUINT4Vector::rowlength

the number of data per timestamp

Definition at line 199 of file xtefitstoframe.c.

◆ deltat

REAL8 XTEUINT4Vector::deltat

the sampling time

Definition at line 200 of file xtefitstoframe.c.

◆ energy

INT4 XTEUINT4Vector::energy[2]

the energy channel range (0-255)

Definition at line 201 of file xtefitstoframe.c.

◆ detconfig

CHAR XTEUINT4Vector::detconfig[NPCU+1]

contains detector config string

Definition at line 202 of file xtefitstoframe.c.