|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_data_order.h>#include <xsh_error.h>#include <xsh_msg.h>#include <xsh_data_instrument.h>#include <xsh_dfs.h>#include <xsh_pfits.h>#include <tests.h>#include <xsh_data_spectralformat.h>#include <xsh_data_wavesol.h>#include <xsh_data_arclist.h>#include <xsh_utils_table.h>#include <cpl.h>#include <math.h>#include <getopt.h>Go to the source code of this file.
Macros | |
| #define | MODULE_ID "XSH_DATA_WAVE_TAB_2D" |
Enumerations | |
| enum | { LAMBDA_STEP_OPT , SLIT_STEP_OPT , BINX_OPT , BINY_OPT , DEBUG_OPT , HELP_OPT } |
Functions | |
| static void | Help (void) |
| static void | HandleOptions (int argc, char **argv) |
| int | main (int argc, char **argv) |
| Unit test of xsh_data_order. | |
Variables | |
| static float | lambda_step = 0.5 |
| static float | slit_step = 1.458 |
| int | binx =1 |
| int | biny =1 |
| static struct option | LongOptions [] |
|
static |
Definition at line 107 of file test-xsh_data_wave_tab_2d.c.
References binx, BINX_OPT, biny, BINY_OPT, DEBUG_OPT, Help(), HELP_OPT, lambda_step, LAMBDA_STEP_OPT, LongOptions, slit_step, SLIT_STEP_OPT, XSH_DEBUG_LEVEL_HIGH, XSH_DEBUG_LEVEL_LOW, and xsh_debug_level_set().