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

◆ ColumnInfo() [1/2]

ColumnInfo ( std::string  n = "",
std::string  u = "",
long  r = 1 
)

Create a column info with given field repeat count.

Parameters
nThe column name
uThe column unit
rThe repeat count

The field shape is deduced from the repeat count (first axis' lenght is the repeat count, others are set to 1).