EleFits  5.0.0
A modern C++ API on top of CFITSIO

◆ generateColumn()

static VecColumn< T > generateColumn ( const std::string typeName,
long  repeatCount = 1,
long  rowCount = 3 
)
static

Generate a column.

Parameters
typeNameThe value type name.
repeatCountThe repeat count.
rowCountThe row count.