ForcedPhotCoaddTask¶
ForcedPhotCoaddTask performs forced measurement on a co-added image using as a reference catalog detections which were made on coadds in other bands.
Butler datasets¶
Input datasets¶
- A
Coadd_srcvariant (e.g.deepCoadd_src) - Used as the reference catalog.
This is not loaded directly from the provided
dataRef; only the patch and tract are used, while the filter is set by the configuration of the references subtask. Seelsst.meas.base.references.CoaddSrcReferencesTask. - A
Coadd_calexpvariant (e.g.deepCoadd_calexp) - Used as the measurement image.
Note that this means that
lsst.pipe.tasks.multiBand.DetectCoaddSourcesTaskmust have been run on the image previously.
Ouptut datasets¶
- A
Coadd_forced_srcvariant (e.g.deepCoadd_forced_src) - The resulting measurement catalog.
Python API summary¶
from lsst.meas.base.forcedPhotCoadd import ForcedPhotCoaddTask
-
class
(butler=None, refSchema=None, **kwds)ForcedPhotCoaddTask A command-line driver for performing forced measurement on coadd images
...
-
attribute
config Access configuration fields and retargetable subtasks.
-
method
(measCat, exposure, refCat, refWcs, exposureId=None)run Perform forced measurement on a single exposure
...
-
method
(dataRef, psfCache=None)runDataRef Perform forced measurement on a single exposure
...
See also
See the ForcedPhotCoaddTask API reference for complete details.
Retargetable subtasks¶
applyApCorr¶
- Default
lsst.meas.base.applyApCorr.ApplyApCorrTask- Field type
ConfigurableField
Subtask to apply aperture corrections
catalogCalculation¶
- Default
lsst.meas.base.catalogCalculation.CatalogCalculationTask- Field type
ConfigurableField
Subtask to run catalogCalculation plugins on catalog
measurement¶
- Default
lsst.meas.base.forcedMeasurement.ForcedMeasurementTask- Field type
ConfigurableField
subtask to do forced measurement
references¶
- Default
lsst.meas.base.references.MultiBandReferencesTask- Field type
ConfigurableField
subtask to retrieve reference source catalog