X-shooter Pipeline Reference Manual 3.8.15
Macros | Enumerations | Functions | Variables
test-xsh_mark_tell.c File Reference
#include <tests.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_drl.h>
#include <cpl.h>
#include <math.h>
#include <xsh_data_spectrum.h>
#include <string.h>
#include <getopt.h>

Go to the source code of this file.

Macros

#define MODULE_ID   "XSH_MARK_TELL"
 

Enumerations

enum  { HELP_OPT }
 

Functions

static void Help (void)
 
static void HandleOptions (int argc, char **argv)
 
static void analyse_spectrum (cpl_frame *spectrum_frame)
 
int main (int argc, char **argv)
 Unit test of xsh_localize_obj.
 

Variables

static struct option long_options []
 

Function Documentation

◆ HandleOptions()

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

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

References Help(), and long_options.

◆ Help()

static void Help ( void  )
static

Definition at line 69 of file test-xsh_mark_tell.c.

References TEST_END.

Referenced by HandleOptions().