24 #ifndef MUSE_STANDARD_Z_H 25 #define MUSE_STANDARD_Z_H 31 #include <muse_instrument.h> 84 #define MUSE_STANDARD_PARAM_PROFILE_GAUSSIAN 1 85 #define MUSE_STANDARD_PARAM_PROFILE_MOFFAT 2 86 #define MUSE_STANDARD_PARAM_PROFILE_CIRCLE 3 87 #define MUSE_STANDARD_PARAM_PROFILE_SQUARE 4 88 #define MUSE_STANDARD_PARAM_PROFILE_INVALID_VALUE -1 89 #define MUSE_STANDARD_PARAM_SELECT_FLUX 1 90 #define MUSE_STANDARD_PARAM_SELECT_DISTANCE 2 91 #define MUSE_STANDARD_PARAM_SELECT_INVALID_VALUE -1 92 #define MUSE_STANDARD_PARAM_SMOOTH_NONE 1 93 #define MUSE_STANDARD_PARAM_SMOOTH_MEDIAN 2 94 #define MUSE_STANDARD_PARAM_SMOOTH_PPOLY 3 95 #define MUSE_STANDARD_PARAM_SMOOTH_INVALID_VALUE -1 96 #define MUSE_STANDARD_PARAM_DARCHECK_NONE 1 97 #define MUSE_STANDARD_PARAM_DARCHECK_CHECK 2 98 #define MUSE_STANDARD_PARAM_DARCHECK_CORRECT 3 99 #define MUSE_STANDARD_PARAM_DARCHECK_INVALID_VALUE -1 int profile
Type of flux integration to use. "gaussian" and "moffat" use 2D profile fitting, circle and square ar...
int select
How to select the star for flux integration, "flux" uses the brightest star in the field...
int smooth
How to smooth the response curve before writing it to disk. "none" does not do any kind of smoothing ...
const char * profile_s
Type of flux integration to use. "gaussian" and "moffat" use 2D profile fitting, circle and square ar...
const char * select_s
How to select the star for flux integration, "flux" uses the brightest star in the field...
const char * darcheck_s
Carry out a check of the theoretical DAR correction using source centroiding. If "correct" it will al...
double lambdamin
Cut off the data below this wavelength after loading the pixel table(s).
double lambdaref
Reference wavelength used for correction of differential atmospheric refraction. The R-band (peak wav...
double lambdamax
Cut off the data above this wavelength after loading the pixel table(s).
Structure to hold the parameters of the muse_standard recipe.
struct muse_standard_params_s muse_standard_params_t
Structure to hold the parameters of the muse_standard recipe.
int darcheck
Carry out a check of the theoretical DAR correction using source centroiding. If "correct" it will al...
const char * filter
The filter name(s) to be used for the output field-of-view image. Each name has to correspond to an E...
const char * smooth_s
How to smooth the response curve before writing it to disk. "none" does not do any kind of smoothing ...