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
-
class
(algMetadata=None, **kwds)BaseMeasurementTask
Ultimate base class for all measurement tasks
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the BaseMeasurementTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
doReplaceWithNoise¶
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.