|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
#include "hdrl_imagelist.h"#include "hdrl_test.h"#include <cpl.h>#include <math.h>#include <float.h>#include <stdlib.h>#include <stdio.h>
Macros | |
| #define | ARRAY_LEN(a) sizeof((a))/sizeof((a)[0]) |
| #define | IMAGESZ 265 |
| #define | IMAGENB 10 |
Functions | |
| void | test_image_basic_operations (void) |
| int | main (void) |
| Unit tests of hdrl_image_basic. | |
| #define ARRAY_LEN | ( | a | ) | sizeof((a))/sizeof((a)[0]) |
| #define IMAGENB 10 |
| #define IMAGESZ 265 |
| int main | ( | void | ) |
Unit tests of hdrl_image_basic.
| void test_image_basic_operations | ( | void | ) |