24 #ifndef MUSE_EXP_ALIGN_Z_H 25 #define MUSE_EXP_ALIGN_Z_H 31 #include <muse_instrument.h> struct muse_exp_align_params_s muse_exp_align_params_t
Structure to hold the parameters of the muse_exp_align recipe.
int srcmin
Minimum number of sources which must be found.
double fwhm
FWHM in pixels of the convolution filter.
double roundmax
Upper limit of the allowed point-source roundness.
double step
Increment/decrement of the threshold value in subsequent iterations.
double sharpmax
Upper limit of the allowed point-source sharpness.
Structure to hold the parameters of the muse_exp_align recipe.
int srcmax
Maximum number of sources which may be found.
double threshold
Initial intensity threshold for detecting point sources in sigma above background RMS...
int iterations
Maximum number of iterations used for detecting sources.
int nbins
Number of bins to use for 2D histogram on the first iteration of the offset computation.
const char * rsearch
Search radius (in arcsec) for each iteration of the offset computation.
double roundmin
Lower limit of the allowed point-source roundness.
double sharpmin
Lower limit of the allowed point-source sharpness.