X-shooter Pipeline Reference Manual 3.8.15
Macros | Enumerations | Functions
Test a cube build

Macros

#define MODULE_ID   "XSH_FORMAT"
 

Enumerations

enum  {
  OVERSAMPLE_OPT , BOX_HSIZE_OPT , CHUNK_SIZE_OPT , LAMBDA_STEP_OPT ,
  KAPPA_OPT , METHOD_OPT , MIN_ORDER_OPT , MAX_ORDER_OPT ,
  HELP_OPT
}
 

Functions

static void Help (void)
 
int main (int argc, char **argv)
 Unit test of xsh_opt_extract.
 

Detailed Description

Macro Definition Documentation

◆ MODULE_ID

#define MODULE_ID   "XSH_FORMAT"

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OVERSAMPLE_OPT 
BOX_HSIZE_OPT 
CHUNK_SIZE_OPT 
LAMBDA_STEP_OPT 
KAPPA_OPT 
METHOD_OPT 
MIN_ORDER_OPT 
MAX_ORDER_OPT 
HELP_OPT 

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

Function Documentation

◆ Help()

static void Help ( void  )
static

Definition at line 83 of file test-xsh_format.c.

References TEST_END.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)