|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|
#include "hdrl_fit.c"#include "hdrl_imagelist.h"#include "hdrl_test.h"#include <cpl.h>#include <math.h>
Macros | |
| #define | ARRAY_LEN(a) sizeof((a))/sizeof((a)[0]) |
| #define | matrix_eq(m, exp, eps) |
Functions | |
| void | test_poisson (void) |
| void | test_imglistfit (void) |
| void | test_imglistfit2 (void) |
| void | test_real_data (void) |
| int | main (void) |
| Unit tests of hdrl_image. | |
| #define ARRAY_LEN | ( | a | ) | sizeof((a))/sizeof((a)[0]) |
| #define matrix_eq | ( | m, | |
| exp, | |||
| eps | |||
| ) |
| int main | ( | void | ) |
Unit tests of hdrl_image.
| void test_imglistfit | ( | void | ) |
| void test_imglistfit2 | ( | void | ) |
| void test_poisson | ( | void | ) |
| void test_real_data | ( | void | ) |