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

Go to the source code of this file.

Macros

#define MODULE_ID   "XSH_EXTRACT_CLEAN_SYM"
 

Enumerations

enum  { DECODEBP_OPT , METHOD_OPT , DEBUG_OPT , HELP_OPT }
 

Functions

static void Help (void)
 
static void HandleOptions (int argc, char **argv, xsh_extract_param *extract_par, int *decode_bp)
 
cpl_error_code xsh_set_wcs (cpl_propertylist *header, const double crpix1, const double crval1, const double cdelt1, const double crpix2, const double crval2, const double cdelt2)
 
static cpl_frame * xsh_extract_local_clean (cpl_frame *frame2D, xsh_instrument *instrument)
 
int main (int argc, char **argv)
 Unit test of xsh_extract_clean.
 

Variables

static struct option long_options []
 

Function Documentation

◆ HandleOptions()

static void HandleOptions ( int  argc,
char **  argv,
xsh_extract_param extract_par,
int *  decode_bp 
)
static

◆ Help()

static void Help ( void  )
static

Definition at line 80 of file test-xsh_extract_clean_sym.c.

References MODULE_ID, TEST_END, and TESTS_CLEAN_WORKSPACE.

Referenced by HandleOptions().