X-shooter Pipeline Reference Manual 3.8.15
Macros | Enumerations | Functions
Test Object merging

Macros

#define MODULE_ID   "XSH_MERGE_ORD"
 

Enumerations

enum  { SLITLET_OPT , METHOD_OPT , DEBUG_OPT }
 

Functions

static void Help (void)
 
static void analyse_merge_ord (cpl_frame *spectrum_frame, xsh_instrument *instr)
 
int main (int argc, char **argv)
 Unit test of xsh_merge_ord.
 

Detailed Description

Macro Definition Documentation

◆ MODULE_ID

#define MODULE_ID   "XSH_MERGE_ORD"

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SLITLET_OPT 
METHOD_OPT 
DEBUG_OPT 

Definition at line 76 of file test-xsh_merge_ord.c.

Function Documentation

◆ analyse_merge_ord()

static void analyse_merge_ord ( cpl_frame *  spectrum_frame,
xsh_instrument instr 
)
static

◆ Help()

static void Help ( void  )
static

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

References TEST_END.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)