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

Functions

cpl_error_code test_hdrl_extend_image (void)
 
cpl_error_code test_hdrl_maglim_kernel_create (void)
 
cpl_error_code test_hdrl_image_convolve (void)
 
cpl_error_code test_hdrl_matrix_to_image_create (void)
 
cpl_error_code test_hdrl_maglim_compute (void)
 
int main (void)
 Unit tests of hdrl_image.
 

Function Documentation

◆ main()

int main ( void  )

Unit tests of hdrl_image.

◆ test_hdrl_extend_image()

cpl_error_code test_hdrl_extend_image ( void  )

◆ test_hdrl_image_convolve()

cpl_error_code test_hdrl_image_convolve ( void  )

◆ test_hdrl_maglim_compute()

cpl_error_code test_hdrl_maglim_compute ( void  )

◆ test_hdrl_maglim_kernel_create()

cpl_error_code test_hdrl_maglim_kernel_create ( void  )

◆ test_hdrl_matrix_to_image_create()

cpl_error_code test_hdrl_matrix_to_image_create ( void  )