|
lsst.pipe.tasks g2c8cee2ce7+a177a69160
|
Public Member Functions | |
| run (self, visitSummaryRefs) | |
Static Public Attributes | |
| ConfigClass = MakeCcdVisitTableConfig | |
Static Protected Attributes | |
| str | _DefaultName = "makeCcdVisitTable" |
Produce a `ccdVisitTable` from the visit summary exposure catalogs.
Definition at line 1710 of file postprocess.py.
| 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 1716 of file postprocess.py.
|
staticprotected |
Definition at line 1713 of file postprocess.py.
|
static |
Definition at line 1714 of file postprocess.py.