MakeCcdVisitTableTask#

class lsst.pipe.tasks.postprocess.MakeCcdVisitTableTask(*, config: PipelineTaskConfig | None = None, log: logging.Logger | LsstLogAdapter | None = None, initInputs: dict[str, Any] | None = None, **kwargs: Any)#

Bases: PipelineTask

Produce a ccdVisitTable from the visit summary exposure catalogs.

Methods Summary

run(visitSummaryRefs)

Make a table of ccd information from the visit summary catalogs.

Methods Documentation

run(visitSummaryRefs)#

Make a table of ccd information from the visit summary catalogs.

Parameters#

visitSummaryRefslist of lsst.daf.butler.DeferredDatasetHandle

List of DeferredDatasetHandles pointing to exposure catalogs with per-detector summary information.

Returns#

resultStruct

Results struct with attribute:

outputCatalog

Catalog of ccd and visit information.