Test a cube build
[Unit Tests]

Defines

#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.

Variables

static struct option long_options []

Define Documentation

#define MODULE_ID   "XSH_FORMAT"

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


Enumeration Type Documentation

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

static void Help ( void   )  [static]

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

References TEST_END.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Variable Documentation

struct option long_options[] [static]
Initial value:
 {
  {"oversample", required_argument, 0, OVERSAMPLE_OPT},
  {"box-hsize", required_argument, 0, BOX_HSIZE_OPT},
  {"chunk-size", required_argument, 0, CHUNK_SIZE_OPT},
  {"lambda-step", required_argument, 0, LAMBDA_STEP_OPT},
  {"kappa", required_argument, 0, KAPPA_OPT},
  {"method", required_argument, 0, METHOD_OPT},
  {"order-min", required_argument, 0, MIN_ORDER_OPT},
  {"order-max", required_argument, 0, MAX_ORDER_OPT},
  {"help", 0, 0, HELP_OPT},
  {0, 0, 0, 0}
}

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


Generated on 9 Mar 2011 for X-shooter Pipeline Reference Manual by  doxygen 1.6.1