lsst.meas.base
13.0-33-gb1a1d47+15
|
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 120 of file baseMeasurement.py.
def lsst.meas.base.baseMeasurement.BaseMeasurementConfig.validate | ( | self | ) |
Definition at line 159 of file baseMeasurement.py.
|
static |
Definition at line 146 of file baseMeasurement.py.
|
static |
Definition at line 150 of file baseMeasurement.py.
|
static |
Definition at line 141 of file baseMeasurement.py.
|
static |
Definition at line 154 of file baseMeasurement.py.