HigherOrderMomentsPSFConfig#
- class lsst.meas.extensions.shapeHSM.HigherOrderMomentsPSFConfig(*args, **kw)#
Bases:
HigherOrderMomentsConfigConfiguration for the higher order moments of the PSF.
Attributes Summary
whether to run this plugin in single-object mode (
bool, defaultTrue)Maximum order of the higher order moments to compute (
int, default4)Minimum order of the higher order moments to compute (
int, default3)Use source centroid offset? (
bool, defaultFalse)Attributes Documentation
- doMeasure#
whether to run this plugin in single-object mode (
bool, defaultTrue)
- max_order#
Maximum order of the higher order moments to compute (
int, default4)
- min_order#
Minimum order of the higher order moments to compute (
int, default3)
- useSourceCentroidOffset#
Use source centroid offset? (
bool, defaultFalse)