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

◆ rasterApprox()

bool Euclid::Fits::Test::rasterApprox ( const TRaster &  test,
const URaster &  ref,
double  tol = 0.01 
)

Check whether a test raster is approximately equal to a reference raster.

Test each pixel as: |ref - test| / test < tol