Test the division by the flat frame
[Unit Tests]

Defines

#define MODULE_ID   "XSH_DIVIDE_FLAT"

Enumerations

enum  { DEBUG_OPT, HELP_OPT }

Functions

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

Variables

static struct option long_options []

Define Documentation

#define MODULE_ID   "XSH_DIVIDE_FLAT"

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


Enumeration Type Documentation

anonymous enum
Enumerator:
DEBUG_OPT 
HELP_OPT 

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


Function Documentation

static void HandleOptions ( int  argc,
char **  argv 
) [static]
static void Help ( void   )  [static]

Definition at line 74 of file test-xsh_divide_flat.c.

References TEST_END.

Referenced by HandleOptions(), and main().

int main ( int  argc,
char **  argv 
)

Variable Documentation

struct option long_options[] [static]
Initial value:
 {
  {"debug", required_argument, 0, DEBUG_OPT},
  {"help", 0, 0, HELP_OPT},
  {0, 0, 0, 0}
}

Definition at line 67 of file test-xsh_divide_flat.c.

Referenced by HandleOptions().


Generated on 13 Mar 2013 for X-shooter Pipeline Reference Manual by  doxygen 1.6.1