lsst.meas.base
14.0
|
Base config class for all measurement driver tasks. More...
Public Member Functions | |
def | validate |
Static Public Attributes | |
tuple | slots |
tuple | doReplaceWithNoise |
tuple | noiseReplacer |
tuple | 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 116 of file baseMeasurement.py.
def lsst.meas.base.baseMeasurement.BaseMeasurementConfig.validate | ( | self | ) |
Definition at line 155 of file baseMeasurement.py.
|
static |
Definition at line 142 of file baseMeasurement.py.
|
static |
Definition at line 146 of file baseMeasurement.py.
|
static |
Definition at line 137 of file baseMeasurement.py.
|
static |
Definition at line 150 of file baseMeasurement.py.