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

Macros

#define ARRAY_LEN(a)   sizeof((a))/sizeof((a)[0])
 
#define SQR(a)   ((a) * (a))
 

Functions

int main (void)
 Unit tests of clipping.
 

Macro Definition Documentation

◆ ARRAY_LEN

#define ARRAY_LEN (   a)    sizeof((a))/sizeof((a)[0])

◆ SQR

#define SQR (   a)    ((a) * (a))

Function Documentation

◆ main()

int main ( void  )

Unit tests of clipping.