Produce a `visitTable` from the visit summary exposure catalogs.
Definition at line 1849 of file postprocess.py.
◆ run()
| 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 1855 of file postprocess.py.
◆ _DefaultName
| str lsst.pipe.tasks.postprocess.MakeVisitTableTask._DefaultName = "makeVisitTable" |
|
staticprotected |
◆ ConfigClass
The documentation for this class was generated from the following file: