High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_combine-test.c File Reference
#include "hdrl_combine.h"
#include <cpl.h>
#include <math.h>
#include <stdlib.h>
Include dependency graph for hdrl_combine-test.c:

Macros

#define ARRAY_LEN(a)   sizeof((a))/sizeof((a)[0])
 
#define TST_FREE
 

Functions

int main (void)
 Unit tests of combine module.
 

Macro Definition Documentation

◆ ARRAY_LEN

#define ARRAY_LEN (   a)    sizeof((a))/sizeof((a)[0])

◆ TST_FREE

#define TST_FREE
Value:
cpl_image_delete(outimg); \
cpl_image_delete(outerr); \
cpl_image_delete(contrib); \
hdrl_collapse_imagelist_to_image_delete(method);

Function Documentation

◆ main()

int main ( void  )

Unit tests of combine module.