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

◆ extend()

Position< M > extend ( const Position< M > &  padding) const

Create a position of higher dimension.

Template Parameters
MThe new dimension; cannot be -1

The indices up to dimension N are copied. Those between dimensions N and M are taken from the given position.