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

◆ ColumnInfo() [1/2]

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

Create a column info with given entry repeat count.

Parameters
nThe column name
uThe column unit
rThe repeat count

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