HigherOrderMomentsSourceConfig#

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

Bases: HigherOrderMomentsConfig

Configuration for the measurement of higher order moments of objects.

Attributes Summary

badMaskPlanes

Mask planes used to reject bad pixels.

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)

setMaskedPixelsToZero

Set masked pixels to zero? If False, they are replaced by the scaled version of the adaptive weights.

Attributes Documentation

badMaskPlanes#

Mask planes used to reject bad pixels. (List, default ['BAD', 'SAT'])

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)

setMaskedPixelsToZero#

Set masked pixels to zero? If False, they are replaced by the scaled version of the adaptive weights. (bool, default False)