#include <xsh_parameters.h>
Data Fields | |
int | search_window |
int | running_window |
int | fit_window |
int | poly_degree |
int | poly_step |
double | fit_threshold |
int | fmtchk_window |
int | fmtchk_step |
double | fmtchk_search_sn |
double | fmtchk_follow_sn |
int | dist_order |
Definition at line 100 of file xsh_parameters.h.
Definition at line 112 of file xsh_parameters.h.
Referenced by compute_abs_order().
Minimum flux
Definition at line 107 of file xsh_parameters.h.
Referenced by main(), xsh_detect_continuum(), xsh_parameters_detect_continuum_create(), and xsh_parameters_detect_continuum_get().
Window used for gaussian fit (centered on maximum flux)
Definition at line 103 of file xsh_parameters.h.
Referenced by main(), xsh_detect_continuum(), xsh_fit_gaussian(), xsh_orderpos(), xsh_parameters_detect_continuum_create(), and xsh_parameters_detect_continuum_get().
S/N ratio used to follow order
Definition at line 111 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
S/N ratio to find orders at Y = NY/2
Definition at line 110 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
Step in Y used to follow an order
Definition at line 109 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
Window used to follow an order
Definition at line 108 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
Polynomial degree
Definition at line 105 of file xsh_parameters.h.
Referenced by main(), xsh_detect_continuum(), xsh_order_table_from_fmtchk(), xsh_orderpos(), xsh_parameters_detect_continuum_create(), and xsh_parameters_detect_continuum_get().
Step
Definition at line 106 of file xsh_parameters.h.
Referenced by main(), xsh_detect_continuum(), xsh_orderpos(), xsh_parameters_detect_continuum_create(), and xsh_parameters_detect_continuum_get().
running median Window
Definition at line 102 of file xsh_parameters.h.
Referenced by main(), xsh_fit_gaussian(), xsh_orderpos(), xsh_parameters_detect_continuum_create(), and xsh_parameters_detect_continuum_get().
Window to search for maximum
Definition at line 101 of file xsh_parameters.h.
Referenced by main(), xsh_detect_continuum(), xsh_fit_gaussian(), xsh_orderpos(), xsh_parameters_detect_continuum_create(), xsh_parameters_detect_continuum_get(), and xsh_params_set_defaults().