X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
detect lines in a input spectrum

Macros

#define INV_DOUBLE   -9999.0
 
#define LIGHTSPEED1000   299792458
 

Functions

static cpl_table * xsh_table_unique_wave (cpl_table *tab, const char *wname, const char *fname)
 
cpl_error_code test_spectrum_detect_lines (int argc, char *argv[])
 
int main (int argc, char *argv[])
 Unit tests of xsh module.
 

Detailed Description

This module is a DRL function

Macro Definition Documentation

◆ INV_DOUBLE

#define INV_DOUBLE   -9999.0

Definition at line 53 of file test-xsh_spectrum_detect_lines.c.

◆ LIGHTSPEED1000

#define LIGHTSPEED1000   299792458

Definition at line 54 of file test-xsh_spectrum_detect_lines.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Unit tests of xsh module.

Definition at line 357 of file test-xsh_spectrum_detect_lines.c.

References test_spectrum_detect_lines().

◆ test_spectrum_detect_lines()

cpl_error_code test_spectrum_detect_lines ( int  argc,
char *  argv[] 
)

◆ xsh_table_unique_wave()

static cpl_table * xsh_table_unique_wave ( cpl_table *  tab,
const char *  wname,
const char *  fname 
)
static

Definition at line 64 of file test-xsh_spectrum_detect_lines.c.

References xsh_msg.

Referenced by test_spectrum_detect_lines().