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

Go to the source code of this file.

Macros

#define MODULE_ID   "XSH_SUBTRACT_BACKGROUND"
 

Enumerations

enum  {
  NB_Y_OPT , RADIUS_X_OPT , RADIUS_Y_OPT , HELP_OPT ,
  MAX_FRAC_GRID_OPT , METHOD_OPT , SMOOTH_X_OPT , SMOOTH_Y_OPT ,
  MIN_FRAC_OPT
}
 

Functions

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

Variables

static const char * Options = ""
 
static struct option long_options []
 

Function Documentation

◆ Help()

static void Help ( void  )
static

Definition at line 75 of file test-xsh_subtract_background.c.

References TEST_END.

Referenced by HandleOptions().