|
X-shooter Pipeline Reference Manual 3.8.15
|
#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.
| int xsh_detect_continuum_param::dist_order |
Definition at line 112 of file xsh_parameters.h.
Referenced by compute_abs_order().
| double xsh_detect_continuum_param::fit_threshold |
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().
| int xsh_detect_continuum_param::fit_window |
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().
| double xsh_detect_continuum_param::fmtchk_follow_sn |
S/N ratio used to follow order
Definition at line 111 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
| double xsh_detect_continuum_param::fmtchk_search_sn |
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().
| int xsh_detect_continuum_param::fmtchk_step |
Step in Y used to follow an order
Definition at line 109 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
| int xsh_detect_continuum_param::fmtchk_window |
Window used to follow an order
Definition at line 108 of file xsh_parameters.h.
Referenced by xsh_order_table_from_fmtchk().
| int xsh_detect_continuum_param::poly_degree |
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().
| int xsh_detect_continuum_param::poly_step |
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().
| int xsh_detect_continuum_param::running_window |
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().
| int xsh_detect_continuum_param::search_window |
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(), and xsh_parameters_detect_continuum_get().