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

◆ reshape() [1/2]

void reshape ( long  repeat_count = 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 field shape will be flat, with the first component = repeat_count and the other components = 1.

See also
reshape(Position<N>)