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

◆ at()

const T & at ( const Position< N > &  pos) const
inline

Access the pixel value at given position.

As opposed to operator[](), negative indices are supported for backward indexing, and bounds are checked.

See also
operator[]()