MUSE Pipeline Reference Manual
2.1.1
|
Structure to hold the parameters of the muse_lingain recipe. More...
#include <muse_lingain_z.h>
Data Fields | |
int | nifu |
IFU to handle. If set to 0, all IFUs are processed serially. If set to -1, all IFUs are processed in parallel. | |
int | ybox |
Size of windows along the traces of the slices. | |
int | xgap |
Extra offset from tracing edge. | |
int | xborder |
Extra offset from the detector edge used for the selection of slices. | |
int | order |
Order of the polynomial used to fit the non-linearity residuals. | |
double | toffset |
Exposure time offset in seconds to apply to linearity flat fields. | |
double | fluxtol |
Tolerance value for the overall flux consistency check of a pair of flat fields. The value is the maximum relative offset. | |
double | sigma |
Sigma value used for signal value clipping. | |
double | signalmin |
Minimum signal value in log(ADU) used for the gain analysis and the non-linearity polynomial model. | |
double | signalmax |
Maximum signal value in log(ADU) used for the gain analysis and the non-linearity polynomial model. | |
double | signalbin |
Size of a signal bin in log10(ADU) used for the gain analysis and the non-linearity polynomial model. | |
double | gainlimit |
Minimum signal value [ADU] used for fitting the gain relation. | |
double | gainsigma |
Sigma value for gain value clipping. | |
double | ctsmin |
Minimum signal value in log(counts) to consider for the non-linearity analysis. | |
double | ctsmax |
Maximum signal value in log(counts) to consider for the non-linearity analysis. | |
double | ctsbin |
Size of a signal bin in log10(counts) used for the non-linearity analysis. | |
double | linearmin |
Lower limit of desired linear range in log10(counts). | |
double | linearmax |
Upper limit of desired linear range in log10(counts). | |
int | merge |
Merge output products from different IFUs into a common file. | |
Structure to hold the parameters of the muse_lingain recipe.
This structure contains the parameters for the recipe that may be set on the command line, in the configuration, or through the environment.
Definition at line 48 of file muse_lingain_z.h.