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

◆ reshape() [1/2]

void reshape ( long  repeatCount = 1)

Change the column repeat count (fold/unfold).

The repeat count must be a divisor of the column size, except for string columns. The resulting entry shape will be flat, with the first component = repeatCount and the other components = 1.

See also
reshape(Position<N>)