Developer Application Interface (ARC API) v4.5.8
ARC, Inc. GenIV Application Interface
arc::gen4::fits::fitsParameter_t Struct Referencefinal

#include <CArcFitsFile.h>

Public Attributes

long m_lNAxes [3]
 
int m_iNAxis
 
int m_iBpp
 

Detailed Description

Image parameters info type

Definition at line 106 of file CArcFitsFile.h.

Member Data Documentation

◆ m_lNAxes

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.

◆ m_iNAxis

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.

◆ m_iBpp

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.