SingleFrameMeasurementConfig#
- class lsst.meas.base.SingleFrameMeasurementConfig(*args, ignoreSlotPluginChecks=False, **kwargs)#
Bases:
BaseMeasurementConfigConfig class for single frame measurement driver task.
Attributes Summary
backwards-compatibility alias for plugins
When measuring, replace other detected footprints with noise? (
bool, defaultTrue)configuration that sets how to replace neighboring sources with noise (
NoiseReplacerConfig, default<class 'lsst.meas.base.noiseReplacer.NoiseReplacerConfig'>)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'])Mapping from algorithms to special column aliases.
Plugins to run on undeblended image (
RegistryInstanceDict, default[])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, defaultTrue)
- 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_')