ifw-fnd 1.0.0
Loading...
Searching...
No Matches
Enumerations | Functions
ifw::fnd::fits Namespace Reference

This source file contains definitions of the types and constants to handle FITS. More...

Enumerations

enum class  BitPix : int8_t {
  UNDEFINED = -1 , INT8 = SBYTE_IMG , UINT8 = BYTE_IMG , INT16 = SHORT_IMG ,
  UINT16 = USHORT_IMG , INT32 = LONG_IMG , UINT32 = ULONG_IMG , INT64 = ULONGLONG_IMG ,
  UINT64 = LONGLONG_IMG , FLOAT = FLOAT_IMG , DOUBLE = DOUBLE_IMG
}
 Defines enumerated for FITS BITPIX. More...
 

Functions

int IfwDataTypeToCfitsioDataType (ifw::fnd::datatype::DataType data_type)
 

Detailed Description

This source file contains definitions of the types and constants to handle FITS.

Enumeration Type Documentation

◆ BitPix

enum class ifw::fnd::fits::BitPix : int8_t
strong

Defines enumerated for FITS BITPIX.

Enumerator
UNDEFINED 
INT8 
UINT8 
INT16 
UINT16 
INT32 
UINT32 
INT64 
UINT64 
FLOAT 
DOUBLE 

Function Documentation

◆ IfwDataTypeToCfitsioDataType()

int ifw::fnd::fits::IfwDataTypeToCfitsioDataType ( ifw::fnd::datatype::DataType data_type)
inline

Convert from ifw::datatype to cfitsio type.

Parameters
[in]data_typeData type enumerated value.
Returns
cfitsio data type numerical representation.