Configuration for the forced measurement driver task.
Definition at line 1387 of file measurementDriver.py.
◆ _validate()
| lsst.pipe.tasks.measurementDriver.ForcedMeasurementDriverConfig._validate |
( |
| self | ) |
|
|
protected |
Validate the configuration.
This method overrides the base class validation to ensure that
`doDetect` is set to `False`, as this task is intended for forced
measurements where detection is not performed.
Definition at line 1415 of file measurementDriver.py.
◆ setDefaults()
| lsst.pipe.tasks.measurementDriver.ForcedMeasurementDriverConfig.setDefaults |
( |
| self | ) |
|
Set default values for the configuration.
This method overrides the base class method to ensure that `doDetect`
is set to `False` by default, as this task is intended for forced
measurements where detection is not performed. Also, it sets some
default measurement plugins by default.
Definition at line 1396 of file measurementDriver.py.
◆ validate()
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.validate |
( |
| self | ) |
|
|
inherited |
◆ applyApCorr
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.applyApCorr |
|
staticinherited |
Initial value:= ConfigurableField(
doc="Subtask to apply aperture corrections",
target=measBase.ApplyApCorrTask,
)
Definition at line 102 of file measurementDriver.py.
◆ catalogCalculation
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.catalogCalculation |
|
staticinherited |
Initial value:= ConfigurableField(
doc="Subtask to run catalogCalculation plugins on catalog", target=measBase.CatalogCalculationTask
)
Definition at line 109 of file measurementDriver.py.
◆ checkUnitsParseStrict
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.checkUnitsParseStrict |
|
staticinherited |
Initial value:= Field[str](
doc="Strictness of Astropy unit compatibility check, can be 'raise', 'warn' or 'silent'",
default="raise",
)
Definition at line 92 of file measurementDriver.py.
◆ deblend
| lsst.pipe.tasks.measurementDriver.SingleBandMeasurementDriverConfig.deblend = ConfigurableField(target=measDeblender.SourceDeblendTask, doc="Deblender for single-band data.") |
|
staticinherited |
◆ detection
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.detection |
|
staticinherited |
Initial value:= ConfigurableField(
doc="Subtask to detect sources in the image", target=measAlgorithms.SourceDetectionTask
)
Definition at line 71 of file measurementDriver.py.
◆ doApCorr
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doApCorr |
|
staticinherited |
Initial value:= Field[bool](
doc="Apply aperture corrections? If yes, your image must have an aperture correction map",
default=False,
)
Definition at line 97 of file measurementDriver.py.
◆ doDeblend
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doDeblend = Field[bool](doc="Run the source deblending algorithm?", default=True) |
|
staticinherited |
◆ doDetect
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doDetect = Field[bool](doc="Run the source detection algorithm?", default=True) |
|
staticinherited |
◆ doMeasure
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doMeasure = Field[bool](doc="Run the source measurement algorithm?", default=True) |
|
staticinherited |
◆ doOptions
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doOptions |
|
staticinherited |
Initial value:= [
"doScaleVariance",
"doDetect",
"doDeblend",
"doMeasure",
"doApCorr",
"doRunCatalogCalculation",
]
Definition at line 113 of file measurementDriver.py.
◆ doRunCatalogCalculation
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doRunCatalogCalculation = Field[bool](doc="Run catalogCalculation task?", default=False) |
|
staticinherited |
◆ doScaleVariance
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.doScaleVariance = Field[bool](doc="Scale variance plane using empirical noise?", default=False) |
|
staticinherited |
◆ measurement
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.measurement |
|
staticinherited |
Initial value:= ConfigurableField(
doc="Subtask to measure sources and populate the output catalog",
target=measBase.SingleFrameMeasurementTask,
)
Definition at line 80 of file measurementDriver.py.
◆ psfCache
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.psfCache |
|
staticinherited |
Initial value:= Field[int](
doc="Maximum number of PSFs to cache, preventing repeated PSF evaluations at the same "
"point across different measurement plugins. Defaults to -1, which auto-sizes the cache "
"based on the plugin count.",
default=-1,
)
Definition at line 85 of file measurementDriver.py.
◆ scaleVariance
| lsst.pipe.tasks.measurementDriver.MeasurementDriverBaseConfig.scaleVariance |
|
staticinherited |
Initial value:= ConfigurableField(
doc="Subtask to rescale variance plane", target=measAlgorithms.ScaleVarianceTask
)
Definition at line 65 of file measurementDriver.py.
The documentation for this class was generated from the following file: