EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
SmallTable Class Reference

#include <TestColumn.h>

Detailed Description

A small set of columns with various types.

Public Types

using DistMag = double
 Type of the DIST_MAG column.
 
using Name = std::string
 Type of the NAME column.
 
using Num = int
 Type of the NUM column.
 
using Radec = std::complex< float >
 Type of the RADEC column.
 

Public Member Functions

 SmallTable ()
 Generate the columns.
 

Public Attributes

PtrColumn< DistMagdist_mag_col
 DIST_MAG column.
 
std::vector< DistMagdists_mags
 Values of the DIST_MAG column.
 
std::string extname
 HDU name.
 
PtrColumn< Namename_col
 NAME column.
 
std::vector< Namenames
 Values of the NAME column.
 
PtrColumn< Numnum_col
 NUM column.
 
std::vector< Numnums
 Values of the NUM column.
 
PtrColumn< Radecradec_col
 RADEC column.
 
std::vector< Radecradecs
 Values of the RADEC column.
 

The documentation for this class was generated from the following file: