#include <ngcdcsFINFO.hpp>
|
| int | type |
| | Unique frame type.
|
| |
| char | name [64] |
| | Unique frame name.
|
| |
| int | fcnt |
| | Frame counter.
|
| |
| double | expFactor |
| | Factor for EXPTIME.
|
| |
| 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 | sx |
| | Lower left corner (x-direction)
|
| |
| int | sy |
| | Lower left corner (y-direction)
|
| |
| int | nx |
| | Dimension in x-direction.
|
| |
| int | ny |
| | Dimension in y-direction.
|
| |
| double | crpix1 |
| | Reference pixel in x-direction.
|
| |
| double | crpix2 |
| | Reference pixel in y-direction.
|
| |
| int | detIdx |
| | Detector index (for mosaics)
|
| |
| int | expCnt |
| | Exposure counter for this type.
|
| |
| int | fcnt0 |
| | Initial frame counter.
|
| |
| int | ndit |
| | Number of integrations in pixel-data.
|
| |
| int | acq |
| | Acquisition module instance number.
|
| |
| int | recording |
| | Frame belongs to recording sequence.
|
| |
| char | utc [64] |
| | Time when frame was ready in the pre-processor.
|
| |
| char | reference [64] |
| | Reference file.
|
| |
| char | where [512] |
| | Location where file has been stored.
|
| |
| int | appDataSize |
| | Application data size.
|
| |
| int | appDataInline |
| | Application data inline flag.
|
| |
| char | appData [ngcppAPP_HDR_SIZE] |
| | Application data.
|
| |
| double | timeStamp |
| | MUDPI/RTMS timestamp (seconds since UNIX epoch)
|
| |
| ngcdcsCUBE * | cube |
| | Data cube object to be used for storing to a cube.
|
| |
| ngcbFITS * | ehdr |
| | Extension FITS header.
|
| |
◆ ngcdcs_finfo_t()
| ngcdcs_finfo_t::ngcdcs_finfo_t |
( |
| ) |
|
|
inline |
◆ acq
Acquisition module instance number.
◆ appData
◆ appDataInline
| int ngcdcs_finfo_t::appDataInline |
Application data inline flag.
◆ appDataSize
| int ngcdcs_finfo_t::appDataSize |
◆ bitPix
| int ngcdcs_finfo_t::bitPix |
Bits per pixel as defined in the FITS-standard.
◆ bscale
| double ngcdcs_finfo_t::bscale |
Scaling factor to be applied.
◆ bzero
| double ngcdcs_finfo_t::bzero |
Offset value to be added.
◆ crpix1
| double ngcdcs_finfo_t::crpix1 |
Reference pixel in x-direction.
◆ crpix2
| double ngcdcs_finfo_t::crpix2 |
Reference pixel in y-direction.
◆ cube
Data cube object to be used for storing to a cube.
◆ detIdx
| int ngcdcs_finfo_t::detIdx |
Detector index (for mosaics)
◆ divisor
| int ngcdcs_finfo_t::divisor |
◆ ehdr
◆ expCnt
| int ngcdcs_finfo_t::expCnt |
Exposure counter for this type.
◆ expFactor
| double ngcdcs_finfo_t::expFactor |
◆ fcnt
◆ fcnt0
| int ngcdcs_finfo_t::fcnt0 |
◆ name
| char ngcdcs_finfo_t::name[64] |
◆ ndit
Number of integrations in pixel-data.
◆ nx
Dimension in x-direction.
◆ ny
Dimension in y-direction.
◆ recording
| int ngcdcs_finfo_t::recording |
Frame belongs to recording sequence.
◆ reference
| char ngcdcs_finfo_t::reference[64] |
◆ sx
Lower left corner (x-direction)
◆ sy
Lower left corner (y-direction)
◆ timeStamp
| double ngcdcs_finfo_t::timeStamp |
MUDPI/RTMS timestamp (seconds since UNIX epoch)
◆ type
◆ utc
| char ngcdcs_finfo_t::utc[64] |
Time when frame was ready in the pre-processor.
◆ where
| char ngcdcs_finfo_t::where[512] |
Location where file has been stored.
The documentation for this struct was generated from the following file: