#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_DATA_CUBE" |
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_merge_param *merge_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_build_cube. | |
Variables | |
static const char * | Options = "" |
static struct option | long_options [] |