X-shooter Pipeline Reference Manual 3.8.15
Data Fields
xsh_rectify_param Struct Reference

#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
 

Detailed Description

Definition at line 208 of file xsh_parameters.h.

Field Documentation

◆ conserve_flux

int xsh_rectify_param::conserve_flux

◆ kernel_type

cpl_kernel xsh_rectify_param::kernel_type

type of kernel CPL_KERNEL_XXXX

Definition at line 218 of file xsh_parameters.h.

Referenced by fill_rectified(), HandleOptions(), main(), set_rectify_kernel_type(), and xsh_build_ifu_cube().

◆ rectif_bin_lambda

double xsh_rectify_param::rectif_bin_lambda

◆ rectif_bin_space

double xsh_rectify_param::rectif_bin_space

◆ rectif_kernel

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 209 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().

◆ rectif_radius

double xsh_rectify_param::rectif_radius

◆ rectify_full_slit

int xsh_rectify_param::rectify_full_slit

if tue, use the full slit, else use the minimum slit size calculated

Definition at line 222 of file xsh_parameters.h.

Referenced by xsh_parameters_rectify_get(), xsh_rec_slit_size(), and xsh_scired_ifu_offset().

◆ slit_offset

double xsh_rectify_param::slit_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 225 of file xsh_parameters.h.


The documentation for this struct was generated from the following file: