DonutQuickMeasurementTaskConfig#
- class lsst.ts.wep.task.DonutQuickMeasurementTaskConfig(*args, **kw)#
Bases:
QuickFrameMeasurementTaskConfigAttributes Summary
The image's percentile value which the centroid must be greater than to pass the final peak check.
Check that the centroid found is actually in the centroidPixelPercentile percentile of the image? Set to False for donut images.
Apply the extendeness cut, as definted by maxExtendedness (
bool, defaultFalse)Perform a preconvolution of the image with a donut model? (The default is True.) (
bool, defaultTrue)The expected diameter of donuts in a donut image, in pixels.
Additional padding in pixels on each side of initial
donutDiameterguess for template postage stamp size and for bounding boxes used for estimating centroids.Guess at the initial PSF FWHM in pixels.
Task for installing an initial PSF (
ConfigurableInstance, default<class 'lsst.meas.algorithms.installGaussianPsf.InstallGaussianPsfConfig'>)Max absolute value of xx and yy above which to cut, in order to exclude large/things (
float, default100)Ratio of xx to yy (or vice versa) above which to cut, in order to exclude spectra (
float, default5.0)Minimum number of pixels in a detected source.
Number of sigma for the detection limit.
Attributes Documentation
- centroidPixelPercentile#
The image’s percentile value which the centroid must be greater than to pass the final peak check. Ignored if doCheckCentroidPixelValue is False (
float, default90)
- doCheckCentroidPixelValue#
Check that the centroid found is actually in the centroidPixelPercentile percentile of the image? Set to False for donut images. (
bool, defaultTrue)
-
doPreConvolution:
Field# Perform a preconvolution of the image with a donut model? (The default is True.) (
bool, defaultTrue)
-
initialCutoutPadding:
Field# Additional padding in pixels on each side of initial
donutDiameterguess for template postage stamp size and for bounding boxes used for estimating centroids. (int, default5)
- installPsf#
Task for installing an initial PSF (
ConfigurableInstance, default<class 'lsst.meas.algorithms.installGaussianPsf.InstallGaussianPsfConfig'>)
- maxExtendedness#
Max absolute value of xx and yy above which to cut, in order to exclude large/things (
float, default100)