UVES Pipeline Reference Manual  5.4.6
Functions
UVES CD align unit tests

Functions

static double eval_gauss (double x, double my, double sigma, double norm, double back)
 evaluate Gaussian More...
 
static void test_process (void)
 test core processing part of CD align recipe
 
int main (void)
 Test of uves_cal_cdalign recipe. More...
 
static void parse_midas_poly (void)
 This function tests reading MIDAS polynomials.
 
static void test_load_linetable (void)
 line table input
 
static void convert_midas_array (void)
 this function tests reading MIDAS arrays
 
static void test_save_image (void)
 test image output
 
static void test_save_frame (void)
 test pipeline product creation
 

Detailed Description

This modules implements the interface to the DFS, such as file formats, file names, I/O and FITS header compliancy.

Function Documentation

static double eval_gauss ( double  x,
double  my,
double  sigma,
double  norm,
double  back 
)
static

evaluate Gaussian

Parameters
xwhere
mycentroid
sigmastdev
normnormalization
backconstant term

Definition at line 93 of file uves_cd_align-test.c.

References uves_moffat().

Referenced by test_process().

int main ( void  )

Test of uves_cal_cdalign recipe.

Test of uves_dfs.

Definition at line 214 of file uves_cd_align-test.c.

References check, and test_process().