X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
Test_xsh_test_dispersol

Macros

#define MODULE_ID   "XSH_DATA_DISPERSOL"
 
#define SYNTAX
 

Functions

int main (int argc, char **argv)
 Unit test of xsh_data_dispersol.
 

Detailed Description

Test the dispersol list

Macro Definition Documentation

◆ MODULE_ID

#define MODULE_ID   "XSH_DATA_DISPERSOL"

Definition at line 61 of file test-xsh_data_dispersol.c.

◆ SYNTAX

#define SYNTAX
Value:
"Test the dispersion file by producing WAVEMAP and SLITMAP\n"\
"usage : ./the_xsh_data_dispersol DISPERSOL_TAB ORDER_TAB PRE\n"\
"DISPERSOL_TAB => the dispersol table\n"\
"ORDER_TAB => the order table\n"\
"PRE => the pre image\n"

Definition at line 63 of file test-xsh_data_dispersol.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)