X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
Test Data Type PRE functions

Macros

#define MODULE_ID   "XSH_DATA_PRE"
 
#define SYNTAX
 
#define MODULE_ID   "XSH_IFU_TRACE_SLICES"
 
#define SYNTAX
 

Functions

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

Detailed Description

Macro Definition Documentation

◆ MODULE_ID [1/2]

#define MODULE_ID   "XSH_DATA_PRE"

Definition at line 59 of file test-xsh_data_pre.c.

◆ MODULE_ID [2/2]

#define MODULE_ID   "XSH_IFU_TRACE_SLICES"

Definition at line 58 of file test-xsh_ifu_trace_slices.c.

◆ SYNTAX [1/2]

#define SYNTAX
Value:
"Test the pre frame\n"\
"use : ./test_xsh_data_pre PRE \n"\
"PRE => the pre frame\n"

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

◆ SYNTAX [2/2]

#define SYNTAX
Value:
"Computes the ifu slices positio \n"\
"use : ./test_xsh_ifu_trace_slices IFU_FLAT.fits SLIT_FLATS.fits ORDER_TAB_CENTR\n"

Definition at line 60 of file test-xsh_ifu_trace_slices.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)