24 #ifndef MUSE_QI_MASK_Z_H
25 #define MUSE_QI_MASK_Z_H
31 #include <muse_instrument.h>
66 #define MUSE_QI_MASK_PARAM_WRANGE_MUSE 1
67 #define MUSE_QI_MASK_PARAM_WRANGE_B 2
68 #define MUSE_QI_MASK_PARAM_WRANGE_V 3
69 #define MUSE_QI_MASK_PARAM_WRANGE_R 4
70 #define MUSE_QI_MASK_PARAM_WRANGE_I 5
71 #define MUSE_QI_MASK_PARAM_WRANGE_CUSTOM 6
72 #define MUSE_QI_MASK_PARAM_WRANGE_INVALID_VALUE -1
struct muse_qi_mask_params_s muse_qi_mask_params_t
Structure to hold the parameters of the muse_qi_mask recipe.
double wmax
Lower boundary of the wavelength range [Angstrom]. Only used when wrange=custom.
const char * wrange_s
Wavelength range (filter name) of the setup. Set this to "custom" to set up a new wavelength range us...
int wrange
Wavelength range (filter name) of the setup. Set this to "custom" to set up a new wavelength range us...
double wmin
Lower boundary of the wavelength range [Angstrom]. Only used when wrange=custom.
Structure to hold the parameters of the muse_qi_mask recipe.
int nifu
IFU to handle. If set to 0, all IFUs are processed serially, which is the recommendation for this rec...