31 #include <muse_instrument.h> 98 #define MUSE_LSF_PARAM_COMBINE_AVERAGE 1 99 #define MUSE_LSF_PARAM_COMBINE_MEDIAN 2 100 #define MUSE_LSF_PARAM_COMBINE_MINMAX 3 101 #define MUSE_LSF_PARAM_COMBINE_SIGCLIP 4 102 #define MUSE_LSF_PARAM_COMBINE_INVALID_VALUE -1 103 #define MUSE_LSF_PARAM_METHOD_INTERPOLATE 1 104 #define MUSE_LSF_PARAM_METHOD_HERMIT 2 105 #define MUSE_LSF_PARAM_METHOD_INVALID_VALUE -1 int method
LSF generation method. Depending on this value, either an interpolated LSF cube is created...
int lambda_size
Image size in line wavelength direction.
double ovscsigma
If the deviation of mean overscan levels between a raw input image and the reference image is higher ...
const char * ovscreject
This influences how values are rejected when computing overscan statistics. Either no rejection at al...
int nifu
IFU to handle. If set to 0, all IFUs are processed serially. If set to -1, all IFUs are processed in ...
const char * overscan
If this is "none", stop when detecting discrepant overscan levels (see ovscsigma), for "offset" it assumes that the mean overscan level represents the real offset in the bias levels of the exposures involved, and adjusts the data accordingly; for "vpoly", a polynomial is fit to the vertical overscan and subtracted from the whole quadrant.
int save_subtracted
Save the pixel table after the LSF subtraction.
int merge
Merge output products from different IFUs into a common file.
int ovscignore
The number of pixels of the overscan adjacent to the data section of the CCD that are ignored when co...
int lsf_size
Image size in LSF direction.
const char * combine_s
Type of lampwise image combination to use. (as string)
Structure to hold the parameters of the muse_lsf recipe.
struct muse_lsf_params_s muse_lsf_params_t
Structure to hold the parameters of the muse_lsf recipe.
int line_quality
Minimal quality flag in line catalog for selection.
int combine
Type of lampwise image combination to use.
const char * method_s
LSF generation method. Depending on this value, either an interpolated LSF cube is created...
double lsf_range
Wavelength window (half size) around each line to estimate LSF.
double lsf_regression_window
Size of the regression window in LSF direction.