High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_overscan-test.c File Reference
#include "hdrl.h"
#include "hdrl_utils.h"
#include "hdrl_test.h"
#include "hdrl_overscan_defs.h"
#include "hdrl_collapse.h"
#include <cpl.h>
#include <math.h>
#include <stdlib.h>
Include dependency graph for hdrl_overscan-test.c:

Enumerations

enum  hdrl_oscan_collapse_test {
  HDRL_OSCAN_COLLAPSE_TEST_MEAN , HDRL_OSCAN_COLLAPSE_TEST_MEDIAN , HDRL_OSCAN_COLLAPSE_TEST_WEIGHTED_MEAN , HDRL_OSCAN_COLLAPSE_TEST_SIGCLIP ,
  HDRL_OSCAN_COLLAPSE_TEST_MINMAX
}
 

Functions

void test_parlist (void)
 
int main (void)
 Unit tests of overscan functions module.
 

Enumeration Type Documentation

◆ hdrl_oscan_collapse_test

Enumerator
HDRL_OSCAN_COLLAPSE_TEST_MEAN 
HDRL_OSCAN_COLLAPSE_TEST_MEDIAN 
HDRL_OSCAN_COLLAPSE_TEST_WEIGHTED_MEAN 
HDRL_OSCAN_COLLAPSE_TEST_SIGCLIP 
HDRL_OSCAN_COLLAPSE_TEST_MINMAX 

Function Documentation

◆ main()

int main ( void  )

Unit tests of overscan functions module.

Todo:
Test expected results with uniform frame + spikes
Todo:
Test expected results with uniform frame + noise

◆ test_parlist()

void test_parlist ( void  )