|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_parameters.h>
Data Fields | |
| int | sampley |
| int | radius_x |
| int | radius_y |
| int | method |
| int | edges_margin |
| int | poly_deg_x |
| int | poly_deg_y |
| double | poly_kappa |
| int | debug |
Definition at line 118 of file xsh_parameters.h.
| int xsh_background_param::debug |
Definition at line 135 of file xsh_parameters.h.
Referenced by xsh_parameters_background_get().
| int xsh_background_param::edges_margin |
Definition at line 128 of file xsh_parameters.h.
Referenced by xsh_parameters_background_get(), and xsh_subtract_background().
| int xsh_background_param::method |
Definition at line 127 of file xsh_parameters.h.
Referenced by xsh_respon_slit_stare(), xsh_scired_ifu_stare(), and xsh_scired_slit_stare().
| int xsh_background_param::poly_deg_x |
Definition at line 130 of file xsh_parameters.h.
Referenced by xsh_background_poly(), and xsh_parameters_background_get().
| int xsh_background_param::poly_deg_y |
Definition at line 131 of file xsh_parameters.h.
Referenced by xsh_background_poly(), and xsh_parameters_background_get().
| double xsh_background_param::poly_kappa |
Definition at line 132 of file xsh_parameters.h.
Referenced by xsh_background_poly(), and xsh_parameters_background_get().
| int xsh_background_param::radius_x |
Definition at line 122 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_params_bin_scale(), xsh_params_monitor(), xsh_params_set_defaults(), and xsh_stare_params_bin_scale().
| int xsh_background_param::radius_y |
Definition at line 124 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_params_bin_scale(), xsh_params_monitor(), and xsh_stare_params_bin_scale().
| int xsh_background_param::sampley |
Definition at line 120 of file xsh_parameters.h.
Referenced by HandleOptions(), and xsh_params_monitor().