![]() |
Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
|
#include <CArcFitsFile.h>
Public Attributes | |
long | m_lNAxes [3] |
int | m_iNAxis |
int | m_iBpp |
Image parameters info type
Definition at line 106 of file CArcFitsFile.h.
long arc::gen4::fits::fitsParameter_t::m_lNAxes[3] |
The image dimensions and frame count. Index 0: columns, 1: rows, 2: frame count
Definition at line 109 of file CArcFitsFile.h.
int arc::gen4::fits::fitsParameter_t::m_iNAxis |
The number of axes in the image. A standard image has two; a data cube three.
Definition at line 112 of file CArcFitsFile.h.
int arc::gen4::fits::fitsParameter_t::m_iBpp |
The number of bits-per-pixel in the image
Definition at line 115 of file CArcFitsFile.h.