lsst.drp.tasks

Task reference

Pipeline tasks

ForcedPhotCoaddTask

A pipeline task for performing forced measurement on coadd images.

GbdesAstrometricFitTask

Calibrate the WCS across multiple visits of the same field using the GBDES package.

UpdateVisitSummaryTask

A pipeline task that creates a new visit-summary table after all lsst.afw.image.Exposure components have been finalized.

Contributing

lsst.drp.tasks is developed at https://github.com/lsst/drp_tasks. You can find Jira issues for this module under the drp_tasks component.

Python API reference

lsst.drp.tasks.gbdesAstrometricFit Module

Classes

GbdesAstrometricFitConnections(*[, config])

Middleware input/output connections for task data.

GbdesAstrometricFitConfig(*args, **kw)

Configuration for GbdesAstrometricFitTask

GbdesAstrometricFitTask(**kwargs)

Calibrate the WCS across multiple visits of the same field using the GBDES package.

lsst.drp.tasks.update_visit_summary Module

Classes

UpdateVisitSummaryConnections(*[, config])

UpdateVisitSummaryConfig(*args, **kw)

Configuration for UpdateVisitSummaryTask.

UpdateVisitSummaryTask(*[, initInputs])

A pipeline task that creates a new visit-summary table after all lsst.afw.image.Exposure components have been finalized.

PossiblyMultipleInput()

A helper ABC for handling input ExposureCatalog datasets that may be multiple (one per tract/visit combination) or unique/global (one per visit).

PerTractInput(catalogs_by_tract)

Wrapper class for input ExposureCatalog datasets that are per-tract.

GlobalInput(catalog)

Wrapper class for input ExposureCatalog datasets that are not per-tract.