X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
Test a Residual tab

Macros

#define MODULE_ID   "XSH_MODEL"
 
#define SYNTAX
 
#define MODULE_ID   "XSH_RESID_TAB"
 
#define SYNTAX
 

Functions

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

Detailed Description

Macro Definition Documentation

◆ MODULE_ID [1/2]

#define MODULE_ID   "XSH_MODEL"

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

◆ MODULE_ID [2/2]

#define MODULE_ID   "XSH_RESID_TAB"

Definition at line 62 of file test-xsh_resid_tab.c.

◆ SYNTAX [1/2]

#define SYNTAX
Value:
"Create a the tab from model\n"\
"use : ./test_xsh_model SOF\n"\
"SOF => model config and arclist\n"

Definition at line 65 of file test-xsh_model.c.

◆ SYNTAX [2/2]

#define SYNTAX
Value:
"Test the residual tab\n"\
"use : ./the_xsh_resid_tab RESID_TAB \n"\
"RESID_TAB => the residual table\n"

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)