EleFits  4.0.1
A modern C++ API on top of CFitsIO

◆ repeatCount

template<typename T >
long Euclid::Fits::ColumnInfo< T >::repeatCount = 1

Repeat count of the column, i.e., number of values per cell.

Scalar columns have a repeat count of 1.

Warning
String columns are considered vector columns. Their repeat count must be greater or equal to the longest string of the column including the \0 character.