Config class for forced measurement driver task.
More...
Config class for forced measurement driver task.
Definition at line 42 of file forcedPhotImage.py.
◆ setDefaults()
def lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.setDefaults |
( |
|
self | ) |
|
◆ applyApCorr
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.applyApCorr |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=ApplyApCorrTask,
doc="Subtask to apply aperture corrections"
)
Definition at line 63 of file forcedPhotImage.py.
◆ catalogCalculation
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.catalogCalculation |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=CatalogCalculationTask,
doc="Subtask to run catalogCalculation plugins on catalog"
)
Definition at line 67 of file forcedPhotImage.py.
◆ coaddName
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.coaddName |
|
static |
Initial value:= lsst.pex.config.Field(
doc="coadd name: typically one of deep or goodSeeing",
dtype=str,
default="deep",
)
Definition at line 53 of file forcedPhotImage.py.
◆ doApCorr
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.doApCorr |
|
static |
Initial value:= lsst.pex.config.Field(
dtype=bool,
default=True,
doc="Run subtask to apply aperture corrections"
)
Definition at line 58 of file forcedPhotImage.py.
◆ measurement
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.measurement |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=ForcedMeasurementTask,
doc="subtask to do forced measurement"
)
Definition at line 49 of file forcedPhotImage.py.
◆ references
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.references |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=MultiBandReferencesTask,
doc="subtask to retrieve reference source catalog"
)
Definition at line 45 of file forcedPhotImage.py.
The documentation for this class was generated from the following file: