31 #include <muse_instrument.h> 102 #define MUSE_AMPL_PARAM_COMBINE_AVERAGE 1 103 #define MUSE_AMPL_PARAM_COMBINE_MEDIAN 2 104 #define MUSE_AMPL_PARAM_COMBINE_MINMAX 3 105 #define MUSE_AMPL_PARAM_COMBINE_SIGCLIP 4 106 #define MUSE_AMPL_PARAM_COMBINE_INVALID_VALUE -1 int nifu
IFU to handle. If set to 0, all IFUs are processed serially. If set to -1, all IFUs are processed in ...
Structure to hold the parameters of the muse_ampl recipe.
int nhigh
Number of maximum pixels to reject with minmax.
struct muse_ampl_params_s muse_ampl_params_t
Structure to hold the parameters of the muse_ampl recipe.
double ovscsigma
If the deviation of mean overscan levels between a raw input image and the reference image is higher ...
double temp
Lamp temperature [K] used to create the black body function.
int nlow
Number of minimum pixels to reject with minmax.
int combine
Type of combination to use.
int ovscignore
The number of pixels of the overscan adjacent to the data section of the CCD that are ignored when co...
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 merge
Merge output products from different IFUs into a common file.
int savetable
Save the table with all the processed pixel values.
int nkeep
Number of pixels to keep with minmax.
double hsigma
High sigma for pixel rejection with sigclip.
const char * ovscreject
This influences how values are rejected when computing overscan statistics. Either no rejection at al...
double fbeam
Factor to describe the widening of the beam from the focal plane to photo diode 2.
const char * combine_s
Type of combination to use (as string)
int savemaster
Save the processed and combined master image before any concolution is done.
double lsigma
Low sigma for pixel rejection with sigclip.