|
X-shooter Pipeline Reference Manual 3.8.15
|
#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_model_utils.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_OPT_EXTRACT" |
Enumerations | |
| enum | { OVERSAMPLE_OPT , BOX_HSIZE_OPT , CHUNK_SIZE_OPT , LAMBDA_STEP_OPT , CLIP_KAPPA_OPT , CLIP_FRAC_OPT , CLIP_NITER_OPT , NITER_OPT , METHOD_OPT , MIN_ORDER_OPT , MAX_ORDER_OPT , DEBUG_OPT , HELP_OPT } |
Functions | |
| static void | Help (void) |
| static void | HandleOptions (int argc, char **argv, xsh_opt_extract_param *opt_extract_par, int *order_min, int *order_max) |
| int | main (int argc, char **argv) |
| Unit test of xsh_data_wavemap. | |
Variables | |
| static struct option | long_options [] |
|
static |
Definition at line 88 of file test-xsh_opt_extract.c.
References TEST_END.
Referenced by HandleOptions().