X-shooter Pipeline Reference Manual 3.8.15
Macros | Enumerations | Functions | Variables
test-xsh_localize_ifu.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_data_spectrum.h>
#include <xsh_data_localization.h>
#include <xsh_drl.h>
#include <xsh_pfits.h>
#include <xsh_parameters.h>
#include <xsh_badpixelmap.h>
#include <xsh_utils_ifu.h>
#include <xsh_utils_table.h>
#include <cpl.h>
#include <math.h>
#include <string.h>
#include <getopt.h>

Go to the source code of this file.

Macros

#define MODULE_ID   "XSH_LOCALIZE_IFU"
 

Enumerations

enum  {
  SMOOTH_HSIZE_OPT , NSCALES_OPT , HF_SKIP_OPT , SIGMA_LOW_OPT ,
  SIGMA_UP_OPT , SNR_LOW_OPT , SNR_UP_OPT , BOX_HSIZE_OPT ,
  SLIT_MIN_OPT , SLIT_MAX_OPT , DEG_OPT , SKYMASK_OPT ,
  HELP_OPT
}
 

Functions

static void Help (void)
 
static void HandleOptions (int argc, char **argv, int *smooth_hsize, int *nscales, int *HF_skip, double *sigma_low, double *sigma_up, double *snr_low, double *snr_up, int *box_hsize, double *slitmin, double *slitmax, int *deg, char **skymask_name)
 
int main (int argc, char **argv)
 

Variables

static struct option long_options []
 

Function Documentation

◆ Help()

static void Help ( void  )
static

Definition at line 93 of file test-xsh_localize_ifu.c.

References TEST_END.

Referenced by HandleOptions().