ifw-fnd 1.0.0
|
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) |
This source file contains definitions of the types and constants to handle FITS.
|
strong |
|
inline |
Convert from ifw::datatype to cfitsio type.
[in] | data_type | Data type enumerated value. |