HsmPsfMomentsDebiasedConfig#
- class lsst.meas.extensions.shapeHSM.HsmPsfMomentsDebiasedConfig(*args, **kw)#
Bases:
HsmPsfMomentsConfigConfiguration for debiased HSM adaptive moments measurement for PSFs.
Attributes Summary
Store measured flux? (
bool, defaultFalse)Mask planes used to reject bad pixels.
whether to run this plugin in single-object mode (
bool, defaultTrue)Noise source.
Use round weight function? (
bool, defaultFalse)Seed offset for random number generator.
Subtract starting center from x/y outputs? (
bool, defaultFalse)If True, then draw the PSF to be measured in the coordinate system of the original image (the PSF model origin - which is commonly the PSF centroid - may end up near a pixel edge or corner).
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- addFlux#
Store measured flux? (
bool, defaultFalse)
- badMaskPlanes#
Mask planes used to reject bad pixels. (
List, default['BAD', 'SAT'])
- doMeasure#
whether to run this plugin in single-object mode (
bool, defaultTrue)
- noiseSource#
Noise source. How to choose variance of the zero-mean Gaussian noise added to image. (
str, default'variance')Allowed values:
'meta'variance = the ‘BGMEAN’ metadata entry
'variance'variance = the image’s variance plane
'None'Field is optional
- roundMoments#
Use round weight function? (
bool, defaultFalse)
- seedOffset#
Seed offset for random number generator. (
int, default0)
- subtractCenter#
Subtract starting center from x/y outputs? (
bool, defaultFalse)
- useSourceCentroidOffset#
If True, then draw the PSF to be measured in the coordinate system of the original image (the PSF model origin - which is commonly the PSF centroid - may end up near a pixel edge or corner). If False, then draw the PSF to be measured in a shifted coordinate system such that the PSF model origin lands precisely in the center of the central pixel of the PSF image. (
bool, defaultFalse)
Methods Documentation