HigherOrderMomentsSourceConfig#
- class lsst.meas.extensions.shapeHSM.HigherOrderMomentsSourceConfig(*args, **kw)#
Bases:
HigherOrderMomentsConfigConfiguration for the measurement of higher order moments of objects.
Attributes Summary
Mask planes used to reject bad pixels.
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)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, 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)
- setMaskedPixelsToZero#
Set masked pixels to zero? If False, they are replaced by the scaled version of the adaptive weights. (
bool, defaultFalse)