lsst.meas.base
16.0-13-gd9b1b71+13
|
Base config class for all measurement driver tasks. More...
Public Member Functions | |
def | validate (self) |
Static Public Attributes | |
slots | |
doReplaceWithNoise | |
noiseReplacer | |
undeblendedPrefix | |
Base config class for all measurement driver tasks.
Subclasses should define the 'plugins' and 'undeblended' registries, e.g.:
plugins = PluginBaseClass.registry.makeField( multi=True, default=[], doc="Plugins to be run and their configuration" ) undeblended = PluginBaseClass.registry.makeField( multi=True, default=[], doc="Plugins to run on undeblended image" )
where PluginBaseClass is the appropriate base class of the plugin (e.g., SingleFramePlugin or ForcedPlugin).
Definition at line 121 of file baseMeasurement.py.
def lsst.meas.base.baseMeasurement.BaseMeasurementConfig.validate | ( | self | ) |
Definition at line 160 of file baseMeasurement.py.
|
static |
Definition at line 147 of file baseMeasurement.py.
|
static |
Definition at line 151 of file baseMeasurement.py.
|
static |
Definition at line 142 of file baseMeasurement.py.
|
static |
Definition at line 155 of file baseMeasurement.py.