#include <ngcbPP.hpp>
Public Member Functions | |
| ngcb_pp_descr () | |
| Constructor. | |
| size_t | NumPix () |
| Return frame size (pixels) | |
| size_t | Size () |
| Return frame size (bytes) | |
Public Attributes | |
| int | result |
| Result code. | |
| int | ftype |
| Frame type. | |
| int | fcnt |
| Frame counter. | |
| int | bitPix |
| Bits per pixel as defined in the FITS-standard. | |
| 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. | |
Pixel-processor frame descriptor
|
inline |
Constructor.
|
inline |
Return frame size (pixels)
|
inline |
Return frame size (bytes)
| int ngcb_pp_descr::bitPix |
Bits per pixel as defined in the FITS-standard.
| double ngcb_pp_descr::bscale |
Scaling factor to be applied.
| double ngcb_pp_descr::bzero |
Offset value to be added.
| double ngcb_pp_descr::crpix1 |
Reference pixel in x-direction.
| double ngcb_pp_descr::crpix2 |
Reference pixel in y-direction.
| int ngcb_pp_descr::fcnt |
Frame counter.
| int ngcb_pp_descr::ftype |
Frame type.
| int ngcb_pp_descr::nx |
Dimension in x-direction.
| int ngcb_pp_descr::ny |
Dimension in y-direction.
| int ngcb_pp_descr::result |
Result code.
| int ngcb_pp_descr::sx |
Lower left corner (x-direction)
| int ngcb_pp_descr::sy |
Lower left corner (y-direction)