#include <tests.h>#include <xsh_data_pre.h>#include <xsh_error.h>#include <xsh_msg.h>#include <xsh_data_instrument.h>#include <xsh_data_the_map.h>#include <xsh_data_localization.h>#include <xsh_data_spectralformat.h>#include <xsh_utils_table.h>#include <xsh_drl.h>#include <xsh_pfits.h>#include <xsh_badpixelmap.h>#include <cpl.h>#include <math.h>#include <getopt.h>Go to the source code of this file.
Defines | |
| #define | MODULE_ID "XSH_GEOM_IFU" |
Enumerations | |
| enum | { KERNEL_OPT, RADIUS_OPT, BIN_LAMBDA_OPT, BIN_SPACE_OPT, HELP_OPT, MIN_ORDER_OPT, MAX_ORDER_OPT, SLIT_MIN_OPT, NSLIT_OPT, MERGE_METHOD_OPT, LAMBDA_REF_OPT } |
Functions | |
| static void | Help (void) |
| static void | HandleOptions (int argc, char **argv, xsh_rectify_param *rectify_par, xsh_localize_obj_param *locobj_par, int *order_min, int *order_max, double *slit_min, int *nslit, double *lambda_ref) |
| int | main (int argc, char **argv) |
| Unit test of xsh_rectify. Needs the PRE frame, order table, wave solution, instrument, rectify parameters, the map. | |
Variables | |
| static const char * | Options = "" |
| static struct option | long_options [] |
1.6.1