|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_parameters.h>
Data Fields | |
| int | loc_chunk_nb |
| double | loc_thresh |
| int | loc_deg_poly |
| double | nod_step |
| enum localize_method | method |
| double | slit_position |
| double | slit_hheight |
| double | kappa |
| int | niter |
| int | use_skymask |
Definition at line 245 of file xsh_parameters.h.
| double xsh_localize_obj_param::kappa |
Kappa value for sigma clipping
Definition at line 254 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), and xsh_parameters_localize_obj_get().
| int xsh_localize_obj_param::loc_chunk_nb |
Nb of chuncks
Definition at line 246 of file xsh_parameters.h.
Referenced by HandleOptions(), main(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), xsh_parameters_localize_obj_get(), xsh_params_monitor(), and xsh_scired_nod_params_monitor().
| int xsh_localize_obj_param::loc_deg_poly |
Polynomial degree
Definition at line 248 of file xsh_parameters.h.
Referenced by HandleOptions(), main(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), and xsh_parameters_localize_obj_get().
| double xsh_localize_obj_param::loc_thresh |
Threshold
Definition at line 247 of file xsh_parameters.h.
Referenced by HandleOptions(), main(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), and xsh_parameters_localize_obj_get().
| enum localize_method xsh_localize_obj_param::method |
Definition at line 251 of file xsh_parameters.h.
Referenced by HandleOptions(), main(), xsh_localize_obj(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), xsh_parameters_localize_obj_get(), xsh_respon_slit_nod(), xsh_scired_slit_nod(), and xsh_slit_stare_correct_crh_and_sky().
| int xsh_localize_obj_param::niter |
Number of iterations for sigma clipping
Definition at line 255 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), and xsh_parameters_localize_obj_get().
| double xsh_localize_obj_param::nod_step |
Step between A and B images in nodding mode
Definition at line 249 of file xsh_parameters.h.
Referenced by xsh_localize_obj_auto(), xsh_params_monitor(), xsh_respon_slit_nod_create(), xsh_scired_nod_params_monitor(), and xsh_scired_slit_nod_create().
| double xsh_localize_obj_param::slit_hheight |
Half of height in arc_sec
Definition at line 253 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_localize_obj(), xsh_localize_obj_manual(), xsh_parameters_localize_obj_create(), and xsh_parameters_localize_obj_get().
| double xsh_localize_obj_param::slit_position |
Reference slit position to extract
Definition at line 252 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_localize_obj(), xsh_localize_obj_manual(), xsh_parameters_localize_obj_create(), and xsh_parameters_localize_obj_get().
| int xsh_localize_obj_param::use_skymask |
Definition at line 257 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_localize_obj_auto(), xsh_parameters_localize_obj_create(), xsh_parameters_localize_obj_get(), xsh_respon_slit_nod(), and xsh_scired_slit_nod().