|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | MODULE_ID "XSH_COMPUTE_SHIFT_IFU" |
| #define | MODULE_ID "XSH_LOCALIZE_IFU" |
Enumerations | |
| enum | { WAVEREF_OPT , WAVEREF_HSIZE_OPT , HELP_OPT } |
| 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, double *waveref, double *waveref_hsize) |
| int | main (int argc, char **argv) |
| 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) |
Variables | |
| static struct option | long_options [] |
| static struct option | long_options [] |
| #define MODULE_ID "XSH_COMPUTE_SHIFT_IFU" |
Definition at line 66 of file test-xsh_compute_shift_ifu.c.
| #define MODULE_ID "XSH_LOCALIZE_IFU" |
Definition at line 67 of file test-xsh_localize_ifu.c.
| anonymous enum |
| Enumerator | |
|---|---|
| WAVEREF_OPT | |
| WAVEREF_HSIZE_OPT | |
| HELP_OPT | |
Definition at line 68 of file test-xsh_compute_shift_ifu.c.
| anonymous enum |
| Enumerator | |
|---|---|
| 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 | |
Definition at line 69 of file test-xsh_localize_ifu.c.
|
static |
Definition at line 95 of file test-xsh_compute_shift_ifu.c.
References Help(), long_options, WAVEREF_HSIZE_OPT, and WAVEREF_OPT.
Referenced by main().
|
static |
Definition at line 118 of file test-xsh_localize_ifu.c.
References BOX_HSIZE_OPT, DEG_OPT, Help(), HF_SKIP_OPT, long_options, NSCALES_OPT, SIGMA_LOW_OPT, SIGMA_UP_OPT, SKYMASK_OPT, SLIT_MAX_OPT, SLIT_MIN_OPT, SMOOTH_HSIZE_OPT, SNR_LOW_OPT, and SNR_UP_OPT.
|
static |
Definition at line 79 of file test-xsh_compute_shift_ifu.c.
References TEST_END.
Referenced by HandleOptions(), and main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 122 of file test-xsh_compute_shift_ifu.c.
References check, HandleOptions(), Help(), MODULE_ID, TEST_END, TESTS_INIT, TESTS_XSH_FRAME_CREATE, xsh_compute_shift_ifu_slitlet(), XSH_DEBUG_LEVEL_MEDIUM, xsh_debug_level_set(), xsh_error_dump, xsh_free_frame(), and xsh_msg.
|
static |
Definition at line 72 of file test-xsh_compute_shift_ifu.c.
Referenced by HandleOptions().
|
static |
Definition at line 76 of file test-xsh_localize_ifu.c.
Referenced by HandleOptions().