lsst.pipe.tasks g253578fa50+0eeb8841d4
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.MakeVisitTableTask Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.MakeVisitTableTask:

Public Member Functions

 run (self, visitSummaries)
 

Static Public Attributes

 ConfigClass = MakeVisitTableConfig
 

Static Protected Attributes

str _DefaultName = "makeVisitTable"
 

Detailed Description

Produce a `visitTable` from the visit summary exposure catalogs.

Definition at line 1849 of file postprocess.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.postprocess.MakeVisitTableTask._DefaultName = "makeVisitTable"
staticprotected

Definition at line 1852 of file postprocess.py.

◆ ConfigClass

lsst.pipe.tasks.postprocess.MakeVisitTableTask.ConfigClass = MakeVisitTableConfig
static

Definition at line 1853 of file postprocess.py.


The documentation for this class was generated from the following file: