BaseMeasurementPluginConfig#

class lsst.meas.base.BaseMeasurementPluginConfig(*args, **kw)#

Bases: BasePluginConfig

Base config class for all measurement plugins.

Notes#

Most derived classes will want to override setDefaults in order to customize the default executionOrder.

A derived class whose corresponding Plugin class implements a do measureN method should additionally add a bool doMeasureN field to replace the bool class attribute defined here.

Attributes Summary

doMeasure

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

doMeasureN

Attributes Documentation

doMeasure#

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

doMeasureN = False#