EleFits  4.0.1
A modern C++ API on top of CFitsIO

◆ Dim

template<typename T , long n = 2>
constexpr long Euclid::Fits::Raster< T, n >::Dim = n
staticconstexpr

The dimension template parameter.

The value of Raster<T, n>::Dim is always n, irrespective of its sign. In contrast, dimension() provides the actual dimension of the Raster, even in the case of a variable dimension.