BaseMeasurementPluginConfig#
- class lsst.meas.base.BaseMeasurementPluginConfig(*args, **kw)#
Bases:
BasePluginConfigBase config class for all measurement plugins.
Notes#
Most derived classes will want to override
setDefaultsin order to customize the defaultexecutionOrder.A derived class whose corresponding Plugin class implements a do
measureNmethod should additionally add a booldoMeasureNfield to replace the bool class attribute defined here.Attributes Summary
whether to run this plugin in single-object mode (
bool, defaultTrue)Attributes Documentation
- doMeasure#
whether to run this plugin in single-object mode (
bool, defaultTrue)
- doMeasureN = False#