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

◆ raster_approx()

bool raster_approx ( 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