High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_der_snr-test.c File Reference
#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>
Include dependency graph for hdrl_der_snr-test.c:

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.
 

Macro Definition Documentation

◆ ARR_SIZE

#define ARR_SIZE (   a)    ((cpl_size)((sizeof((a)) / sizeof((a[0])))))

Function Documentation

◆ main()

int main ( void  )

Unit tests of DER_SNR calculation module.

◆ test_DER_SNR()

void test_DER_SNR ( void  )

◆ test_DER_SNR_performance()

void test_DER_SNR_performance ( void  )

◆ test_DER_SNR_sort()

void test_DER_SNR_sort ( void  )