EleFits
4.0.1
A modern C++ API on top of CFitsIO
|
#include <TypeWrapper.h>
Type traits to convert C++ types to CFitsIO type codes.
Used to read and write:
Static Public Member Functions | |
static int | forRecord () |
Get the type code for a record. | |
static int | forBintable () |
Get the type code for a binary table. | |
static std::string | tform (long repeatCount) |
Get the TFORM value to handle binary table columns. | |
static int | forImage () |
Get the type code for an image. | |
static int | bitpix () |
Get the BITPIX value to handle images. | |