lsst.meas.base
20.0.0-3-g750bffe+1f8ba646cd
|
Public Member Functions | |
def | validate (self) |
Static Public Attributes | |
slots | |
doReplaceWithNoise | |
noiseReplacer | |
undeblendedPrefix | |
Base configuration for all measurement driver tasks. Examples -------- Subclasses should define the 'plugins' and 'undeblended' registries, e.g. .. code-block:: py 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 137 of file baseMeasurement.py.
def lsst.meas.base.baseMeasurement.BaseMeasurementConfig.validate | ( | self | ) |
Definition at line 179 of file baseMeasurement.py.
|
static |
Definition at line 166 of file baseMeasurement.py.
|
static |
Definition at line 170 of file baseMeasurement.py.
|
static |
Definition at line 161 of file baseMeasurement.py.
|
static |
Definition at line 174 of file baseMeasurement.py.