X-shooter Pipeline Reference Manual 3.8.15
Macros | Enumerations | Functions | Variables
Test the division by the flat frame

Macros

#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 []
 

Detailed Description

Macro Definition Documentation

◆ MODULE_ID

#define MODULE_ID   "XSH_DIVIDE_FLAT"

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DEBUG_OPT 
HELP_OPT 

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

Function Documentation

◆ HandleOptions()

static void HandleOptions ( int  argc,
char **  argv 
)
static

◆ Help()

static void Help ( void  )
static

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

References TEST_END.

Referenced by HandleOptions(), and main().

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ long_options

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

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

Referenced by HandleOptions().