HsmSourceMomentsConfig#
- class lsst.meas.extensions.shapeHSM.HsmSourceMomentsConfig(*args, **kw)#
Bases:
HsmMomentsConfigConfiguration for HSM adaptive moments measurement for sources.
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)Use round weight function? (
bool, defaultFalse)Subtract starting center from x/y outputs? (
bool, defaultFalse)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)
- roundMoments#
Use round weight function? (
bool, defaultFalse)
- subtractCenter#
Subtract starting center from x/y outputs? (
bool, defaultFalse)