LALApps 10.1.0.1-eeff03c
XTEUINT4TimeSeriesArray Struct Reference

Detailed Description

A structure for storing an array of integer timeseries for XTE data.

It is designed to be able to store a number of timeseries with identical start, duration and sampling times.

Definition at line 251 of file xtefitstoframe.c.

Data Fields

CHAR objectname [STRINGLENGTH]
 the source name More...
 
CHAR obsid [STRINGLENGTH]
 the XTE observation ID <proposal>-<target>-<viewing>-<seq no><type> More...
 
CHAR apid [APIDLENGTH]
 the APID More...
 
CHAR mode [STRINGLENGTH]
 the operation mode as a string More...
 
INT4 bary
 barycentered flag More...
 
INT4 lld
 lld flag More...
 
XTEUINT4TimeSeries ** ts
 pointer to single timeseries vectors More...
 
INT4 length
 number of timeseries More...
 
CHARheaderdump
 an ascii dump of the original FITS header More...
 
CHARcomment
 a comment field (used to store original clargs) More...
 

Field Documentation

◆ objectname

CHAR XTEUINT4TimeSeriesArray::objectname[STRINGLENGTH]

the source name

Definition at line 252 of file xtefitstoframe.c.

◆ obsid

CHAR XTEUINT4TimeSeriesArray::obsid[STRINGLENGTH]

the XTE observation ID <proposal>-<target>-<viewing>-<seq no><type>

Definition at line 253 of file xtefitstoframe.c.

◆ apid

CHAR XTEUINT4TimeSeriesArray::apid[APIDLENGTH]

the APID

Definition at line 254 of file xtefitstoframe.c.

◆ mode

CHAR XTEUINT4TimeSeriesArray::mode[STRINGLENGTH]

the operation mode as a string

Definition at line 255 of file xtefitstoframe.c.

◆ bary

INT4 XTEUINT4TimeSeriesArray::bary

barycentered flag

Definition at line 256 of file xtefitstoframe.c.

◆ lld

INT4 XTEUINT4TimeSeriesArray::lld

lld flag

Definition at line 257 of file xtefitstoframe.c.

◆ ts

XTEUINT4TimeSeries** XTEUINT4TimeSeriesArray::ts

pointer to single timeseries vectors

Definition at line 258 of file xtefitstoframe.c.

◆ length

INT4 XTEUINT4TimeSeriesArray::length

number of timeseries

Definition at line 259 of file xtefitstoframe.c.

◆ headerdump

CHAR* XTEUINT4TimeSeriesArray::headerdump

an ascii dump of the original FITS header

Definition at line 260 of file xtefitstoframe.c.

◆ comment

CHAR* XTEUINT4TimeSeriesArray::comment

a comment field (used to store original clargs)

Definition at line 261 of file xtefitstoframe.c.