#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_spectrum.h>
#include <xsh_drl.h>
#include <xsh_pfits.h>
#include <xsh_badpixelmap.h>
#include <cpl.h>
#include <math.h>
#include <getopt.h>
#include <xsh_ifu_defs.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_MERGE_ORD" |
Enumerations | |
enum | { SLITLET_OPT, METHOD_OPT, DEBUG_OPT } |
Functions | |
static void | Help (void) |
static void | HandleOptions (int argc, char **argv, xsh_merge_param *merge_par, int *slitlet) |
static void | analyse_merge_ord (cpl_frame *spectrum_frame, xsh_instrument *instr) |
int | main (int argc, char **argv) |
Unit test of xsh_merge_ord. | |
Variables | |
static struct option | long_options [] |