High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_efficiency-test.c File Reference
#include "../hdrl_efficiency.h"
#include <math.h>
#include <cpl.h>
Include dependency graph for hdrl_efficiency-test.c:

Functions

void test_efficiency (void)
 
hdrl_value get_error (const hdrl_value s, const hdrl_value x, const hdrl_data_t l)
 
void test_efficiency_error_propagation (void)
 
void test_efficiency_spectrum_external_to_models (void)
 
int main (void)
 Unit tests of efficiency calculation module.
 

Function Documentation

◆ get_error()

hdrl_value get_error ( const hdrl_value  s,
const hdrl_value  x,
const hdrl_data_t  l 
)

◆ main()

int main ( void  )

Unit tests of efficiency calculation module.

◆ test_efficiency()

void test_efficiency ( void  )

◆ test_efficiency_error_propagation()

void test_efficiency_error_propagation ( void  )

◆ test_efficiency_spectrum_external_to_models()

void test_efficiency_spectrum_external_to_models ( void  )