|
ifw-fnd 1.0.0
|
#include <array>#include <iostream>#include <thread>#include <fmt/format.h>#include <boost/algorithm/string.hpp>#include <boost/assign.hpp>#include <boost/bimap.hpp>#include <fitsio.h>#include <ifw/fnd/defs/logger.hpp>#include <ifw/fnd/defs/dataType.hpp>Go to the source code of this file.
Namespaces | |
| namespace | ifw |
| namespace | ifw::fnd |
| This source file contains definitions of the types and constants to handle data types. | |
| namespace | ifw::fnd::fits |
| This source file contains definitions of the types and constants to handle FITS. | |
Enumerations | |
| enum class | ifw::fnd::fits::BitPix : int8_t { ifw::fnd::fits::UNDEFINED = -1 , ifw::fnd::fits::INT8 = SBYTE_IMG , ifw::fnd::fits::UINT8 = BYTE_IMG , ifw::fnd::fits::INT16 = SHORT_IMG , ifw::fnd::fits::UINT16 = USHORT_IMG , ifw::fnd::fits::INT32 = LONG_IMG , ifw::fnd::fits::UINT32 = ULONG_IMG , ifw::fnd::fits::INT64 = ULONGLONG_IMG , ifw::fnd::fits::UINT64 = LONGLONG_IMG , ifw::fnd::fits::FLOAT = FLOAT_IMG , ifw::fnd::fits::DOUBLE = DOUBLE_IMG } |
| Defines enumerated for FITS BITPIX. More... | |
Functions | |
| int | ifw::fnd::fits::IfwDataTypeToCfitsioDataType (ifw::fnd::datatype::DataType data_type) |