X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
Predict X,Y as function of input ord,lam,s

Macros

#define MODULE_ID   "XSH_GUESS"
 
#define SYNTAX
 

Functions

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

Detailed Description

Macro Definition Documentation

◆ MODULE_ID

#define MODULE_ID   "XSH_GUESS"

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

◆ SYNTAX

#define SYNTAX
Value:
"Test X,Y point generation\n"\
"use : ./the_xsh_guess XSH_MODEL_CFG INPUT_MODEL_TAB (columns 'order', 'wavelength', 'slit')\n"\
"(table with predicted 'x','y' predicted positions)\n"

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)