#include <xsh_data_instrument.h>
#include <xsh_pfits.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_DETECT_ARLINES" |
#define | SYNTAX |
Enumerations | |
enum | { HALF_WINDOW_SIZE_OPT, HALF_WINDOW_SIZE_FOR_MAX_OPT, DEG_LAMBDA_OPT, DEG_ORDER_OPT, DEG_SLIT_OPT, POLY_DEGREE_OPT, MIN_SN_OPT, CLIP_SIGMA_OPT, CLIP_NITER_OPT, CLIP_FRAC_OPT, INITIAL_CENTER_OPT, HALF_WINDOW_SIZE_RUNNING_MEDIAN_OPT } |
Functions | |
static void | HandleOptions (int argc, char **argv, xsh_detect_arclines_param *det_arc_par, xsh_clipping_param *clip_par) |
int | main (int argc, char **argv) |
Unit test of XSH_DETECT_ARCLINES. | |
Variables | |
static struct option | long_options [] |