HsmPsfMomentsConfig#
- class lsst.meas.extensions.shapeHSM.HsmPsfMomentsConfig(*args, **kw)#
Bases:
HsmMomentsConfigConfiguration for HSM adaptive moments measurement for PSFs.
Attributes Summary
Store measured flux? (
bool, defaultFalse)whether to run this plugin in single-object mode (
bool, defaultTrue)Use round weight function? (
bool, defaultFalse)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)
- doMeasure#
whether to run this plugin in single-object mode (
bool, defaultTrue)
- roundMoments#
Use round weight function? (
bool, defaultFalse)
- 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