#include <xsh_data_instrument.h>
#include <xsh_pfits.h>
#include <xsh_drl_check.h>
#include <xsh_msg.h>
#include <xsh_utils.h>
#include <tests.h>
#include <cpl.h>
#include <math.h>
#include <stdlib.h>
#include <getopt.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_SUBTRACT_SKY_SINGLE" |
#define | SYNTAX |
Enumerations | |
enum | { NBKPTS_OPT, METHOD_OPT, POS1_OPT, HHEIGHT1_OPT, POS2_OPT, HHEIGHT2_OPT, DEBUG_OPT } |
Functions | |
static void | HandleOptions (int argc, char **argv, xsh_subtract_sky_single_param *sky_par) |
static void | get_max_pos (cpl_frame *frame, xsh_instrument *instrument) |
int | main (int argc, char **argv) |
Unit test of XSH_DETECT_ARCLINES. | |
Variables | |
static const char * | Options = "?" |
static struct option | LongOptions [] |