lsst.drp.tasks¶
Task reference¶
Pipeline tasks¶
- 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 | 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 | Configuration for UpdateVisitSummaryTask. | 
| UpdateVisitSummaryTask(*, initInputs, …) | A pipeline task that creates a new visit-summary table after all lsst.afw.image.Exposurecomponents have been finalized. | 
| PossiblyMultipleInput | A helper ABC for handling input ExposureCatalogdatasets that may be multiple (one per tract/visit combination) or unique/global (one per visit). | 
| PerTractInput(catalogs_by_tract) | Wrapper class for input ExposureCatalogdatasets that are per-tract. | 
| GlobalInput(catalog) | Wrapper class for input ExposureCatalogdatasets that are not per-tract. |