Config class for single frame measurement driver task.
Definition at line 133 of file sfm.py.
◆ validate()
def lsst.meas.base.baseMeasurement.BaseMeasurementConfig.validate |
( |
|
self | ) |
|
|
inherited |
◆ doReplaceWithNoise
lsst.meas.base.baseMeasurement.BaseMeasurementConfig.doReplaceWithNoise |
|
staticinherited |
Initial value:= lsst.pex.config.Field(
dtype=bool, default=True, optional=False,
doc='When measuring, replace other detected footprints with noise?')
Definition at line 167 of file baseMeasurement.py.
◆ loggingInterval
lsst.meas.base.sfm.SingleFrameMeasurementConfig.loggingInterval |
|
static |
Initial value:= lsst.pex.config.Field(
dtype=int,
default=600,
doc="Interval (in seconds) to log messages (at VERBOSE level) while running measurement plugins."
)
Definition at line 159 of file sfm.py.
◆ noiseReplacer
lsst.meas.base.baseMeasurement.BaseMeasurementConfig.noiseReplacer |
|
staticinherited |
Initial value:= lsst.pex.config.ConfigField(
dtype=NoiseReplacerConfig,
doc="configuration that sets how to replace neighboring sources with noise"
)
Definition at line 171 of file baseMeasurement.py.
◆ plugins
lsst.meas.base.sfm.SingleFrameMeasurementConfig.plugins |
|
static |
Initial value:= SingleFramePlugin.registry.makeField(
multi=True,
default=["base_PixelFlags",
"base_SdssCentroid",
"base_NaiveCentroid",
"base_SdssShape",
"base_GaussianFlux",
"base_PsfFlux",
"base_CircularApertureFlux",
"base_SkyCoord",
"base_Variance",
"base_Blendedness",
"base_LocalBackground",
],
doc="Plugins to be run and their configuration"
)
Definition at line 137 of file sfm.py.
◆ slots
lsst.meas.base.baseMeasurement.BaseMeasurementConfig.slots |
|
staticinherited |
Initial value:= lsst.pex.config.ConfigField(
dtype=SourceSlotConfig,
doc="Mapping from algorithms to special aliases in Source."
)
Definition at line 162 of file baseMeasurement.py.
◆ undeblended
lsst.meas.base.sfm.SingleFrameMeasurementConfig.undeblended |
|
static |
Initial value:= SingleFramePlugin.registry.makeField(
multi=True,
default=[],
doc="Plugins to run on undeblended image"
)
Definition at line 154 of file sfm.py.
◆ undeblendedPrefix
lsst.meas.base.baseMeasurement.BaseMeasurementConfig.undeblendedPrefix |
|
staticinherited |
Initial value:= lsst.pex.config.Field(
dtype=str, default="undeblended_",
doc="Prefix to give undeblended plugins"
)
Definition at line 175 of file baseMeasurement.py.
◆ algorithms
lsst.meas.base.sfm.SingleFrameMeasurementConfig.algorithms = property(lambda self: self.plugins, doc="backwards-compatibility alias for plugins") |
|
static |
The documentation for this class was generated from the following file: