SingleFrameMeasurementConfig#

class lsst.meas.base.SingleFrameMeasurementConfig(*args, ignoreSlotPluginChecks=False, **kwargs)#

Bases: BaseMeasurementConfig

Config class for single frame measurement driver task.

Attributes Summary

algorithms

backwards-compatibility alias for plugins

doReplaceWithNoise

When measuring, replace other detected footprints with noise? (bool, default True)

noiseReplacer

configuration that sets how to replace neighboring sources with noise (NoiseReplacerConfig, default <class 'lsst.meas.base.noiseReplacer.NoiseReplacerConfig'>)

plugins

Plugins to be run and their configuration (RegistryInstanceDict, default ['base_PixelFlags', 'base_SdssCentroid', 'base_SdssShape', 'base_GaussianFlux', 'base_PsfFlux', 'base_CircularApertureFlux', 'base_SkyCoord', 'base_Variance', 'base_Blendedness', 'base_LocalBackground', 'base_CompensatedTophatFlux', 'base_ClassificationSizeExtendedness'])

slots

Mapping from algorithms to special column aliases.

undeblended

Plugins to run on undeblended image (RegistryInstanceDict, default [])

undeblendedPrefix

Prefix to give undeblended plugins (str, default 'undeblended_')

Attributes Documentation

algorithms#

backwards-compatibility alias for plugins

doReplaceWithNoise#

When measuring, replace other detected footprints with noise? (bool, default True)

noiseReplacer#

configuration that sets how to replace neighboring sources with noise (NoiseReplacerConfig, default <class 'lsst.meas.base.noiseReplacer.NoiseReplacerConfig'>)

plugins#

Plugins to be run and their configuration (RegistryInstanceDict, default ['base_PixelFlags', 'base_SdssCentroid', 'base_SdssShape', 'base_GaussianFlux', 'base_PsfFlux', 'base_CircularApertureFlux', 'base_SkyCoord', 'base_Variance', 'base_Blendedness', 'base_LocalBackground', 'base_CompensatedTophatFlux', 'base_ClassificationSizeExtendedness'])

slots#

Mapping from algorithms to special column aliases. (SourceSlotConfig, default <class 'lsst.meas.base.baseMeasurement.SourceSlotConfig'>)

undeblended#

Plugins to run on undeblended image (RegistryInstanceDict, default [])

undeblendedPrefix#

Prefix to give undeblended plugins (str, default 'undeblended_')