|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|
#include "hdrl_utils.h"#include "hdrl_collapse.h"#include "hdrl_bpm_utils.h"#include <cpl.h>#include <math.h>#include <stdlib.h>#include <stdio.h>#include <string.h>
Macros | |
| #define | ARRAY_LEN(a) sizeof((a))/sizeof((a)[0]) |
Functions | |
| void | hdrl_path_test (void) |
| void | hdrl_string_test (void) |
| void | hdrl_pfilter_test (void) |
| void | hdrl_pconvert_test (void) |
| int | main (void) |
| Unit tests of utility module. | |
| #define ARRAY_LEN | ( | a | ) | sizeof((a))/sizeof((a)[0]) |
| void hdrl_path_test | ( | void | ) |
| void hdrl_pconvert_test | ( | void | ) |
| void hdrl_pfilter_test | ( | void | ) |
| void hdrl_string_test | ( | void | ) |
| int main | ( | void | ) |
Unit tests of utility module.