BaseMeasurementTask¶
BaseMeasurementTask is the ultimate base class for all measurement tasks; in general, it should not be used directly.
Python API summary¶
from lsst.meas.base.baseMeasurement import BaseMeasurementTask
- 
classBaseMeasurementTask
- Ultimate base class for all measurement tasks - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
See also
See the BaseMeasurementTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
doReplaceWithNoise¶
- Default
- True
- Field type
- bool- Field
When measuring, replace other detected footprints with noise?
noiseReplacer¶
- Data type
- lsst.meas.base.noiseReplacer.NoiseReplacerConfig
- Field type
- ConfigField
configuration that sets how to replace neighboring sources with noise
slots¶
- Data type
- lsst.meas.base.baseMeasurement.SourceSlotConfig
- Field type
- ConfigField
Mapping from algorithms to special aliases in Source.