|
lsst.pipe.tasks g2c8cee2ce7+cc5eabfb3a
|
Public Member Functions | |
| run (self, visitSummaries) | |
Static Public Attributes | |
| ConfigClass = MakeVisitTableConfig | |
Static Protected Attributes | |
| str | _DefaultName = "makeVisitTable" |
Produce a `visitTable` from the visit summary exposure catalogs.
Definition at line 1862 of file postprocess.py.
| lsst.pipe.tasks.postprocess.MakeVisitTableTask.run | ( | self, | |
| visitSummaries ) |
Make a table of visit information from the visit summary catalogs.
Parameters
----------
visitSummaries : `list` of `lsst.afw.table.ExposureCatalog`
List of exposure catalogs with per-detector summary information.
Returns
-------
result : `~lsst.pipe.base.Struct`
Results struct with attribute:
``outputCatalog``
Catalog of visit information.
Definition at line 1868 of file postprocess.py.
|
staticprotected |
Definition at line 1865 of file postprocess.py.
|
static |
Definition at line 1866 of file postprocess.py.