ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcb_pp_descr Struct Reference

#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.
 

Detailed Description

Pixel-processor frame descriptor

Constructor & Destructor Documentation

◆ ngcb_pp_descr()

ngcb_pp_descr::ngcb_pp_descr ( )
inline

Constructor.

Member Function Documentation

◆ NumPix()

size_t ngcb_pp_descr::NumPix ( )
inline

Return frame size (pixels)

◆ Size()

size_t ngcb_pp_descr::Size ( )
inline

Return frame size (bytes)

Member Data Documentation

◆ bitPix

int ngcb_pp_descr::bitPix

Bits per pixel as defined in the FITS-standard.

◆ bscale

double ngcb_pp_descr::bscale

Scaling factor to be applied.

◆ bzero

double ngcb_pp_descr::bzero

Offset value to be added.

◆ crpix1

double ngcb_pp_descr::crpix1

Reference pixel in x-direction.

◆ crpix2

double ngcb_pp_descr::crpix2

Reference pixel in y-direction.

◆ fcnt

int ngcb_pp_descr::fcnt

Frame counter.

◆ ftype

int ngcb_pp_descr::ftype

Frame type.

◆ nx

int ngcb_pp_descr::nx

Dimension in x-direction.

◆ ny

int ngcb_pp_descr::ny

Dimension in y-direction.

◆ result

int ngcb_pp_descr::result

Result code.

◆ sx

int ngcb_pp_descr::sx

Lower left corner (x-direction)

◆ sy

int ngcb_pp_descr::sy

Lower left corner (y-direction)


The documentation for this struct was generated from the following file: