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

◆ at()

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

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[]()