EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches

◆ generate_column()

static VecColumn< T > generate_column ( const std::string type_name,
long  repeat_count = 1,
long  row_count = 3 
)
static

Generate a column.

Parameters
type_nameThe value type name.
repeat_countThe repeat count.
row_countThe row count.