#include <ngcdcsFINFO.hpp>
|
| FILE * | fd |
| | File descriptor.
|
| |
| int | naxis1 |
| | Dimension in x-direction.
|
| |
| int | naxis2 |
| | Dimension in y-direction.
|
| |
| int | naxis3 |
| | Number of images.
|
| |
| int | bitPix |
| | Bits per pixel as defined in the FITS-standard.
|
| |
| int | divisor |
| | Pixel divisor.
|
| |
| double | bscale |
| | Scaling factor to be applied.
|
| |
| double | bzero |
| | Offset value to be added.
|
| |
| int | ndit |
| | Number of integrations in pixel data.
|
| |
| int | sx |
| | Lower left corner (x-direction)
|
| |
| int | sy |
| | Lower left corner (y-direction)
|
| |
| double | expFactor |
| | Exposure time factor.
|
| |
| double | timeStamp |
| | MUDPI/RTMS timestamp of first frame.
|
| |
| char | fileName [512] |
| | Actual filename (full path)
|
| |
| char | frameName [64] |
| | Frame type name for all images in the cube.
|
| |
| unsigned int | cnt |
| | Cube counter.
|
| |
| int | fcnt |
| | Frame counter.
|
| |
| int | fcnt0 |
| | Initial frame counter.
|
| |
| ngcb_off_t | truncate |
| | Truncate file.
|
| |
| char | reference [64] |
| | Reference file.
|
| |
| ngcdcs_cfile_list * | fileList |
| | Cube file list on local storage media.
|
| |
| ngcbSTREAM * | stream |
| | Streaming buffer.
|
| |
◆ ngcdcsCUBE()
| ngcdcsCUBE::ngcdcsCUBE |
( |
| ) |
|
|
inline |
◆ ~ngcdcsCUBE()
| ngcdcsCUBE::~ngcdcsCUBE |
( |
| ) |
|
|
inline |
◆ Close()
| void ngcdcsCUBE::Close |
( |
int | sync = 0 | ) |
|
|
inline |
◆ Open()
| int ngcdcsCUBE::Open |
( |
const char * | path, |
|
|
const char * | name ) |
|
inline |
◆ Size()
◆ bitPix
Bits per pixel as defined in the FITS-standard.
◆ bscale
| double ngcdcsCUBE::bscale |
Scaling factor to be applied.
◆ bzero
Offset value to be added.
◆ cnt
| unsigned int ngcdcsCUBE::cnt |
◆ divisor
◆ expFactor
| double ngcdcsCUBE::expFactor |
◆ fcnt
◆ fcnt0
◆ fd
◆ fileList
Cube file list on local storage media.
◆ fileName
| char ngcdcsCUBE::fileName[512] |
Actual filename (full path)
◆ frameName
| char ngcdcsCUBE::frameName[64] |
Frame type name for all images in the cube.
◆ naxis1
Dimension in x-direction.
◆ naxis2
Dimension in y-direction.
◆ naxis3
◆ ndit
Number of integrations in pixel data.
◆ reference
| char ngcdcsCUBE::reference[64] |
◆ stream
◆ sx
Lower left corner (x-direction)
◆ sy
Lower left corner (y-direction)
◆ timeStamp
| double ngcdcsCUBE::timeStamp |
MUDPI/RTMS timestamp of first frame.
◆ truncate
The documentation for this class was generated from the following file: