LALApps 10.1.0.1-eeff03c
XTEUINT4Array Struct Reference

Detailed Description

A structure containing a vector of array data information.

Specifically, many energy channels from a single FITS data column.

Definition at line 209 of file xtefitstoframe.c.

Data Fields

INT4 nchannels
 the number of channels More...
 
XTEUINT4Vectorchanneldata
 a pointer to array data vectors More...
 

Field Documentation

◆ nchannels

INT4 XTEUINT4Array::nchannels

the number of channels

Definition at line 210 of file xtefitstoframe.c.

◆ channeldata

XTEUINT4Vector* XTEUINT4Array::channeldata

a pointer to array data vectors

Definition at line 211 of file xtefitstoframe.c.