|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_parameters.h>
Data Fields | |
| int | nod_min |
| int | nod_clip |
| double | nod_clip_sigma |
| int | nod_clip_niter |
| double | nod_clip_diff |
| char * | throwname |
| enum combine_method | method |
Definition at line 391 of file xsh_parameters.h.
| enum combine_method xsh_combine_nod_param::method |
Definition at line 401 of file xsh_parameters.h.
Referenced by xsh_combine_nod(), xsh_parameters_combine_nod_create(), and xsh_parameters_combine_nod_get().
| int xsh_combine_nod_param::nod_clip |
TRUE if do sigma clipping (TRUE)
Definition at line 394 of file xsh_parameters.h.
Referenced by main(), xsh_respon_slit_nod_create(), and xsh_scired_slit_nod_create().
| double xsh_combine_nod_param::nod_clip_diff |
minimum change in sigma (0.1)
Definition at line 397 of file xsh_parameters.h.
Referenced by xsh_respon_slit_nod_create(), and xsh_scired_slit_nod_create().
| int xsh_combine_nod_param::nod_clip_niter |
nb of iteration (2)
Definition at line 396 of file xsh_parameters.h.
Referenced by xsh_respon_slit_nod_create(), and xsh_scired_slit_nod_create().
| double xsh_combine_nod_param::nod_clip_sigma |
nb of sigma (5.)
Definition at line 395 of file xsh_parameters.h.
Referenced by xsh_respon_slit_nod_create(), and xsh_scired_slit_nod_create().
| int xsh_combine_nod_param::nod_min |
minimum NS size of resulting frame in pixels (5)
Definition at line 392 of file xsh_parameters.h.
Referenced by xsh_respon_slit_nod_create(), and xsh_scired_slit_nod_create().
| char* xsh_combine_nod_param::throwname |
if true, use localisation to shift rectified at the good place, otherwise use the Kw RELOFFSET, CUMOFFSET, NODTRHOW
Definition at line 398 of file xsh_parameters.h.
Referenced by xsh_parameters_combine_nod_create(), xsh_parameters_combine_nod_get(), xsh_respon_slit_nod(), xsh_respon_slit_nod_create(), xsh_scired_slit_nod(), and xsh_scired_slit_nod_create().