ConsolidateVisitSummaryTask#

class lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask(**kwargs)#

Bases: PipelineTask

Task to consolidate per-detector visit metadata.

This task aggregates the following metadata from all the detectors in a single visit into an exposure catalog: - The visitInfo. - The wcs. - The photoCalib. - The physical_filter and band (if available). - The PSF model. - The aperture correction map. - The transmission curve. - The psf size, shape, and effective area at the center of the detector. - The corners of the bounding box in right ascension/declination.

Tests for this task are performed in ci_hsc_gen3.

Methods Summary

runQuantum(butlerQC, inputRefs, outputRefs)

Do butler IO and transform to provide in memory objects for tasks run method.

Methods Documentation

runQuantum(butlerQC, inputRefs, outputRefs)#

Do butler IO and transform to provide in memory objects for tasks run method.

Parameters#

butlerQCQuantumContext

A butler which is specialized to operate in the context of a lsst.daf.butler.Quantum.

inputRefsInputQuantizedConnection

Datastructure whose attribute names are the names that identify connections defined in corresponding PipelineTaskConnections class. The values of these attributes are the lsst.daf.butler.DatasetRef objects associated with the defined input/prerequisite connections.

outputRefsOutputQuantizedConnection

Datastructure whose attribute names are the names that identify connections defined in corresponding PipelineTaskConnections class. The values of these attributes are the lsst.daf.butler.DatasetRef objects associated with the defined output connections.