EleFits
4.0.0
A modern C++ API on top of CFitsIO
|
#include <TestColumn.h>
A small set of columns with various types.
Public Types | |
using | Num = int |
Type of the NUM column. | |
using | Radec = std::complex< float > |
Type of the RADEC column. | |
using | Name = std::string |
Type of the NAME column. | |
using | DistMag = double |
Type of the DIST_MAG column. | |
Public Member Functions | |
SmallTable () | |
Generate the columns. | |
Public Attributes | |
std::string | extname |
HDU name. | |
std::vector< Num > | nums |
Values of the NUM column. | |
std::vector< Radec > | radecs |
Values of the RADEC column. | |
std::vector< Name > | names |
Values of the NAME column. | |
std::vector< DistMag > | distsMags |
Values of the DIST_MAG column. | |
PtrColumn< Num > | numCol |
NUM column. | |
PtrColumn< Radec > | radecCol |
RADEC column. | |
PtrColumn< Name > | nameCol |
NAME column. | |
PtrColumn< DistMag > | distMagCol |
DIST_MAG column. | |