MUSE Pipeline Reference Manual
2.1.1
|
Structure to hold the parameters of the muse_exp_align recipe. More...
#include <muse_exp_align_z.h>
Data Fields | |
const char * | rsearch |
Search radius (in arcsec) for each iteration of the offset computation. | |
int | nbins |
Number of bins to use for 2D histogram on the first iteration of the offset computation. | |
int | weight |
Use weighting. | |
double | fwhm |
FWHM in pixels of the convolution filter. | |
double | threshold |
Initial intensity threshold for detecting point sources in sigma above background RMS. | |
double | step |
Increment/decrement of the threshold value in subsequent iterations. | |
int | iterations |
Maximum number of iterations used for detecting sources. | |
int | srcmin |
Minimum number of sources which must be found. | |
int | srcmax |
Maximum number of sources which may be found. | |
double | roundmin |
Lower limit of the allowed point-source roundness. | |
double | roundmax |
Upper limit of the allowed point-source roundness. | |
double | sharpmin |
Lower limit of the allowed point-source sharpness. | |
double | sharpmax |
Upper limit of the allowed point-source sharpness. | |
Structure to hold the parameters of the muse_exp_align 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_exp_align_z.h.