|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|
#include "hdrl_DER_SNR.h"#include "hdrl_spectrum.h"#include "hdrl_random.h"#include <cpl.h>#include <math.h>#include <time.h>#include <stdlib.h>
Macros | |
| #define | ARR_SIZE(a) ((cpl_size)((sizeof((a)) / sizeof((a[0]))))) |
Functions | |
| void | test_DER_SNR_sort (void) |
| void | test_DER_SNR (void) |
| void | test_DER_SNR_performance (void) |
| int | main (void) |
| Unit tests of DER_SNR calculation module. | |
| #define ARR_SIZE | ( | a | ) | ((cpl_size)((sizeof((a)) / sizeof((a[0]))))) |
| int main | ( | void | ) |
Unit tests of DER_SNR calculation module.
| void test_DER_SNR | ( | void | ) |
| void test_DER_SNR_performance | ( | void | ) |
| void test_DER_SNR_sort | ( | void | ) |