HigherOrderMomentsPSFConfig#

class lsst.meas.extensions.shapeHSM.HigherOrderMomentsPSFConfig(*args, **kw)#

Bases: HigherOrderMomentsConfig

Configuration for the higher order moments of the PSF.

Attributes Summary

doMeasure

whether to run this plugin in single-object mode (bool, default True)

max_order

Maximum order of the higher order moments to compute (int, default 4)

min_order

Minimum order of the higher order moments to compute (int, default 3)

useSourceCentroidOffset

Use source centroid offset? (bool, default False)

Attributes Documentation

doMeasure#

whether to run this plugin in single-object mode (bool, default True)

max_order#

Maximum order of the higher order moments to compute (int, default 4)

min_order#

Minimum order of the higher order moments to compute (int, default 3)

useSourceCentroidOffset#

Use source centroid offset? (bool, default False)