|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_parameters.h>
Data Fields | |
| int | oversample |
| int | box_hsize |
| int | chunk_size |
| double | lambda_step |
| double | clip_kappa |
| double | clip_frac |
| int | clip_niter |
| int | niter |
| enum optextract_method | method |
Definition at line 425 of file xsh_parameters.h.
| int xsh_opt_extract_param::box_hsize |
extract box half window size
Definition at line 427 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_opt_extract_orders(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_params_bin_scale(), xsh_params_monitor(), xsh_respon_slit_stare_create(), xsh_scired_slit_stare_create(), and xsh_stare_params_bin_scale().
| int xsh_opt_extract_param::chunk_size |
size of a chunk in pixel
Definition at line 428 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_opt_extract_orders(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_params_monitor(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| double xsh_opt_extract_param::clip_frac |
Definition at line 431 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_image_extract_optimal(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| double xsh_opt_extract_param::clip_kappa |
Kappa for detection of cosmics
Definition at line 430 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_image_extract_optimal(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| int xsh_opt_extract_param::clip_niter |
Definition at line 432 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_image_extract_optimal(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| double xsh_opt_extract_param::lambda_step |
step in lambda
Definition at line 429 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_opt_extract_orders(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_params_monitor(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| enum optextract_method xsh_opt_extract_param::method |
Definition at line 434 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_opt_extract_orders(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| int xsh_opt_extract_param::niter |
Definition at line 433 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_opt_extract_orders(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().
| int xsh_opt_extract_param::oversample |
oversample the image
Definition at line 426 of file xsh_parameters.h.
Referenced by HandleOptions(), xsh_absorp_create(), xsh_opt_extract_orders(), xsh_parameters_opt_extract_create(), xsh_parameters_opt_extract_get(), xsh_respon_slit_stare_create(), and xsh_scired_slit_stare_create().