#include <xsh_parameters.h>
Data Fields | |
char | rectif_kernel [16] |
cpl_kernel | kernel_type |
double | rectif_radius |
double | rectif_bin_lambda |
double | rectif_bin_space |
int | rectify_full_slit |
int | conserve_flux |
double | slit_offset |
Definition at line 210 of file xsh_parameters.h.
Definition at line 226 of file xsh_parameters.h.
Referenced by main(), xsh_parameters_rectify_create(), xsh_parameters_rectify_get(), xsh_rectify_orders(), xsh_respon_slit_offset(), xsh_respon_slit_stare(), xsh_scired_slit_nod_fast(), xsh_scired_slit_offset(), and xsh_scired_slit_stare().
cpl_kernel xsh_rectify_param::kernel_type |
type of kernel CPL_KERNEL_XXXX
Definition at line 220 of file xsh_parameters.h.
Referenced by fill_rectified(), HandleOptions(), main(), set_rectify_kernel_type(), and xsh_build_ifu_cube().
wavelength step in mm (0.01)
Definition at line 222 of file xsh_parameters.h.
Referenced by adjust_lambdas(), fill_rectified(), HandleOptions(), main(), xsh_build_ifu_cube(), xsh_parameters_rectify_create(), xsh_parameters_rectify_get(), xsh_params_monitor(), xsh_params_set_defaults(), xsh_rec_list_update_header(), xsh_rectify_orders(), xsh_scired_nod_params_monitor(), and xsh_scired_nod_params_set_defaults().
position step in arcsec (0.01)
Definition at line 223 of file xsh_parameters.h.
Referenced by fill_rectified(), HandleOptions(), main(), xsh_build_ifu_cube(), xsh_parameters_rectify_create(), xsh_parameters_rectify_get(), xsh_params_monitor(), xsh_params_set_defaults(), xsh_rec_list_update_header(), xsh_rec_slit_size(), xsh_rectify_and_shift(), xsh_rectify_orders(), xsh_rectify_orders_ifu(), xsh_scired_nod_params_monitor(), and xsh_scired_nod_params_set_defaults().
char xsh_rectify_param::rectif_kernel[16] |
Interpolation kernel used. Possible choices are: sinc: "ideal" filter sinc2: square sinc lanczos: Lanczos function 2d order hamming: Hamming function hann: Hann function tanh: Hyperbolic tangent
Definition at line 211 of file xsh_parameters.h.
Referenced by HandleOptions(), main(), set_rectify_kernel_type(), xsh_parameters_rectify_create(), xsh_parameters_rectify_get(), and xsh_rectify_orders().
Interpolation radius (4)
Definition at line 221 of file xsh_parameters.h.
Referenced by fill_rectified(), HandleOptions(), main(), xsh_build_ifu_cube(), xsh_parameters_rectify_create(), xsh_parameters_rectify_get(), xsh_params_monitor(), xsh_rectify_orders(), and xsh_scired_nod_params_monitor().
if tue, use the full slit, else use the minimum slit size calculated
Definition at line 224 of file xsh_parameters.h.
Referenced by main(), xsh_parameters_rectify_create(), xsh_parameters_rectify_get(), xsh_rec_slit_size(), and xsh_scired_ifu_offset().
offset of the slit. The actual position is POSITION + offset. For example with slit_offset = 0.2, the slit position moves from -5.8 to 6.2 (instead of -6 to +6)
Definition at line 227 of file xsh_parameters.h.