A structure to store TDDES2 DDL data.
This is a string found in the FITS header that contains information regarding the energy range used and the timing parameters for a specific column in the FITS file.
Definition at line 126 of file xtefitstoframe.c.
Data Fields | |
| INT4 | ndetconfig |
| the number of detector configurations More... | |
| INT4 ** | detectors |
| flags indicating which detectors were being used More... | |
| INT4 * | minenergy |
| minimum energy channel (0-255) (one for each channel) More... | |
| INT4 * | maxenergy |
| maximum energy channel (0-255) (one for each channel) More... | |
| INT4 | nenergy |
| the number of energy channels More... | |
| REAL8 | deltat |
| the sampling time More... | |
| REAL8 | offset |
| the time offset More... | |
| INT4 | nsamples |
| the number of samples More... | |
| INT4 | nchannels |
| the number of channels (nenergy * ndetconfig) More... | |
| INT4 XTETDDESParams::ndetconfig |
the number of detector configurations
Definition at line 127 of file xtefitstoframe.c.
| INT4** XTETDDESParams::detectors |
flags indicating which detectors were being used
Definition at line 128 of file xtefitstoframe.c.
| INT4* XTETDDESParams::minenergy |
minimum energy channel (0-255) (one for each channel)
Definition at line 129 of file xtefitstoframe.c.
| INT4* XTETDDESParams::maxenergy |
maximum energy channel (0-255) (one for each channel)
Definition at line 130 of file xtefitstoframe.c.
| INT4 XTETDDESParams::nenergy |
the number of energy channels
Definition at line 131 of file xtefitstoframe.c.
| REAL8 XTETDDESParams::deltat |
the sampling time
Definition at line 132 of file xtefitstoframe.c.
| REAL8 XTETDDESParams::offset |
the time offset
Definition at line 133 of file xtefitstoframe.c.
| INT4 XTETDDESParams::nsamples |
the number of samples
Definition at line 134 of file xtefitstoframe.c.
| INT4 XTETDDESParams::nchannels |
the number of channels (nenergy * ndetconfig)
Definition at line 135 of file xtefitstoframe.c.