Produce a `ccdVisitTable` from the visit summary exposure catalogs.
Definition at line 1704 of file postprocess.py.
◆ run()
| lsst.pipe.tasks.postprocess.MakeCcdVisitTableTask.run |
( |
| self, |
|
|
| visitSummaryRefs ) |
Make a table of ccd information from the visit summary catalogs.
Parameters
----------
visitSummaryRefs : `list` of `lsst.daf.butler.DeferredDatasetHandle`
List of DeferredDatasetHandles pointing to exposure catalogs with
per-detector summary information.
Returns
-------
result : `~lsst.pipe.base.Struct`
Results struct with attribute:
``outputCatalog``
Catalog of ccd and visit information.
Definition at line 1710 of file postprocess.py.
◆ _DefaultName
| str lsst.pipe.tasks.postprocess.MakeCcdVisitTableTask._DefaultName = "makeCcdVisitTable" |
|
staticprotected |
◆ ConfigClass
The documentation for this class was generated from the following file: