LALApps 10.1.0.1-eeff03c
XTEUINT4TimeSeries Struct Reference

Detailed Description

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...
 
UINT4data
 the data (timeseries of binned photon counts) More...
 
CHARundefined
 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...
 

Field Documentation

◆ colname

CHAR XTEUINT4TimeSeries::colname[STRINGLENGTH]

name of the column from which the data was read

Definition at line 235 of file xtefitstoframe.c.

◆ data

UINT4* XTEUINT4TimeSeries::data

the data (timeseries of binned photon counts)

Definition at line 236 of file xtefitstoframe.c.

◆ undefined

CHAR* XTEUINT4TimeSeries::undefined

a data quality flag (0=good, 1=bad)

Definition at line 237 of file xtefitstoframe.c.

◆ length

INT8 XTEUINT4TimeSeries::length

length of the timeseries

Definition at line 238 of file xtefitstoframe.c.

◆ deltat

REAL8 XTEUINT4TimeSeries::deltat

the time step size in seconds

Definition at line 239 of file xtefitstoframe.c.

◆ tstart

REAL8 XTEUINT4TimeSeries::tstart

the GPS start time

Definition at line 240 of file xtefitstoframe.c.

◆ T

REAL8 XTEUINT4TimeSeries::T

the time span in seconds

Definition at line 241 of file xtefitstoframe.c.

◆ energy

INT4 XTEUINT4TimeSeries::energy[2]

the energy channel range (0-255)

Definition at line 242 of file xtefitstoframe.c.

◆ detconfig

CHAR XTEUINT4TimeSeries::detconfig[NPCU+1]

contains detector config string

Definition at line 243 of file xtefitstoframe.c.