MUSE Pipeline Reference Manual
2.1.1
|
Structure to hold the parameters of the muse_geometry recipe. More...
#include <muse_geometry_z.h>
Data Fields | |
int | ifu1 |
First IFU to analyze. | |
int | ifu2 |
Last IFU to analyze. | |
double | sigma |
Sigma detection level for spot detection, in terms of median deviation above the median. | |
int | centroid |
Type of centroiding and FWHM determination to use for all spot measurements: simple barycenter method or using a Gaussian fit. | |
const char * | centroid_s |
Type of centroiding and FWHM determination to use for all spot measurements: simple barycenter method or using a Gaussian fit. (as string) | |
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. | |
double | lambdamin |
When passing any MASK_CHECK frames in the input, use this lower wavelength cut before reconstructing the image. | |
double | lambdamax |
When passing any MASK_CHECK frames in the input, use this upper wavelength cut before reconstructing the image. | |
Structure to hold the parameters of the muse_geometry 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_geometry_z.h.