X-shooter Pipeline Reference Manual 3.8.15
Macros | Enumerations | Functions | Variables
test-xsh_remove_crh_single.c File Reference
#include <tests.h>
#include <xsh_data_pre.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_data_instrument.h>
#include <xsh_drl.h>
#include <xsh_pfits.h>
#include <xsh_badpixelmap.h>
#include <cpl.h>
#include <math.h>
#include <getopt.h>

Go to the source code of this file.

Macros

#define MODULE_ID   "XSH_REMOVE_CRH_SINGLE"
 

Enumerations

enum  {
  SIGMA_LIM_OPT , F_LIM_OPT , ITER_OPT , FRAC_MAX_OPT ,
  DEBUG_OPT , HELP_OPT
}
 

Functions

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

Variables

static struct option long_options []
 

Function Documentation

◆ Help()

static void Help ( void  )
static

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

References MODULE_ID, TEST_END, and TESTS_CLEAN_WORKSPACE.

Referenced by HandleOptions().