High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_test.h File Reference
#include "hdrl_image.h"
#include "hdrl_types.h"
#include <cpl.h>
Include dependency graph for hdrl_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define hdrl_test_image_abs(himg1, himg2, tol)
 

Macro Definition Documentation

◆ hdrl_test_image_abs

#define hdrl_test_image_abs (   himg1,
  himg2,
  tol 
)
Value:
{ \
cpl_test_image_abs(hdrl_image_get_image_const(himg1), \
cpl_test_image_abs(hdrl_image_get_error_const(himg1), \
}
#define HDRL_EPS_ERROR
Definition hdrl_types.h:74
#define HDRL_EPS_DATA
Definition hdrl_types.h:64
const cpl_image * hdrl_image_get_error_const(const hdrl_image *himg)
get error as cpl image
Definition hdrl_image.c:144
const cpl_image * hdrl_image_get_image_const(const hdrl_image *himg)
get data as cpl image
Definition hdrl_image.c:118