|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_parameters.h>
Data Fields | |
| int | nbkpts1 |
| int | nbkpts2 |
| int | bezier_spline_order |
| int | niter |
| double | kappa |
| double | ron |
| double | gain |
| enum sky_method | method |
| enum bspline_sampling | bspline_sampling |
| int | median_hsize |
| double | slit_edges_mask |
| double | pos1 |
| double | hheight1 |
| double | pos2 |
| double | hheight2 |
Definition at line 351 of file xsh_parameters.h.
| int xsh_subtract_sky_single_param::bezier_spline_order |
Definition at line 356 of file xsh_parameters.h.
Referenced by xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| enum bspline_sampling xsh_subtract_sky_single_param::bspline_sampling |
Definition at line 362 of file xsh_parameters.h.
Referenced by xsh_parameters_subtract_sky_single_create(), xsh_parameters_subtract_sky_single_get(), and xsh_wavemap_list_new().
| double xsh_subtract_sky_single_param::gain |
Definition at line 360 of file xsh_parameters.h.
Referenced by xsh_subtract_sky_single(), and xsh_wavemap_list_new().
| double xsh_subtract_sky_single_param::hheight1 |
Definition at line 366 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_get_obj_and_sky_extraction_slits(), xsh_get_sky_edges_min_max_and_size(), xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| double xsh_subtract_sky_single_param::hheight2 |
Definition at line 368 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_get_obj_and_sky_extraction_slits(), xsh_get_sky_edges_min_max_and_size(), xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| double xsh_subtract_sky_single_param::kappa |
Definition at line 358 of file xsh_parameters.h.
Referenced by xsh_fit_spline1(), xsh_fit_spline2(), xsh_parameters_subtract_sky_single_create(), xsh_parameters_subtract_sky_single_get(), and xsh_subtract_sky_single().
| int xsh_subtract_sky_single_param::median_hsize |
Definition at line 363 of file xsh_parameters.h.
Referenced by xsh_fit_spline1(), xsh_fit_spline2(), xsh_parameters_subtract_sky_single_create(), xsh_parameters_subtract_sky_single_get(), xsh_subtract_sky_single(), and xsh_wavemap_list_new().
| enum sky_method xsh_subtract_sky_single_param::method |
Definition at line 361 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_fit_spline1(), xsh_fit_spline2(), xsh_parameters_subtract_sky_single_create(), xsh_parameters_subtract_sky_single_get(), xsh_subtract_sky_single(), xsh_wavelist_subtract_sky(), and xsh_wavemap_list_new().
| int xsh_subtract_sky_single_param::nbkpts1 |
Definition at line 352 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| int xsh_subtract_sky_single_param::nbkpts2 |
Definition at line 354 of file xsh_parameters.h.
Referenced by xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| int xsh_subtract_sky_single_param::niter |
Definition at line 357 of file xsh_parameters.h.
Referenced by xsh_parameters_subtract_sky_single_create(), xsh_parameters_subtract_sky_single_get(), xsh_subtract_sky_single(), and xsh_wavemap_list_new().
| double xsh_subtract_sky_single_param::pos1 |
Definition at line 365 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_get_obj_and_sky_extraction_slits(), xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| double xsh_subtract_sky_single_param::pos2 |
Definition at line 367 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_get_obj_and_sky_extraction_slits(), xsh_parameters_subtract_sky_single_create(), and xsh_parameters_subtract_sky_single_get().
| double xsh_subtract_sky_single_param::ron |
Definition at line 359 of file xsh_parameters.h.
Referenced by xsh_subtract_sky_single(), and xsh_wavemap_list_new().
| double xsh_subtract_sky_single_param::slit_edges_mask |
Definition at line 364 of file xsh_parameters.h.
Referenced by xsh_get_sky_edges_min_max_and_size(), xsh_parameters_subtract_sky_single_create(), xsh_parameters_subtract_sky_single_get(), and xsh_subtract_sky_single().