24 #ifndef MUSE_GEOMETRY_Z_H 25 #define MUSE_GEOMETRY_Z_H 31 #include <muse_instrument.h> 75 #define MUSE_GEOMETRY_PARAM_CENTROID_BARYCENTER 1 76 #define MUSE_GEOMETRY_PARAM_CENTROID_GAUSSIAN 2 77 #define MUSE_GEOMETRY_PARAM_CENTROID_INVALID_VALUE -1 const char * centroid_s
Type of centroiding and FWHM determination to use for all spot measurements: simple barycenter method...
struct muse_geometry_params_s muse_geometry_params_t
Structure to hold the parameters of the muse_geometry recipe.
double sigma
Sigma detection level for spot detection, in terms of median deviation above the median.
double lambdamax
When passing any MASK_CHECK frames in the input, use this upper wavelength cut before reconstructing ...
int centroid
Type of centroiding and FWHM determination to use for all spot measurements: simple barycenter method...
double smooth
Use this sigma-level cut for smoothing of the output table within each slicer stack. Set to non-positive value to deactivate smoothing.
int ifu2
Last IFU to analyze.
int ifu1
First IFU to analyze.
double lambdamin
When passing any MASK_CHECK frames in the input, use this lower wavelength cut before reconstructing ...
Structure to hold the parameters of the muse_geometry recipe.