Write source table to parquet
Definition at line 208 of file postprocess.py.
◆ run()
def lsst.pipe.tasks.postprocess.WriteSourceTableTask.run |
( |
|
self, |
|
|
|
catalog, |
|
|
|
ccdVisitId = None |
|
) |
| |
Convert `src` catalog to parquet
Parameters
----------
catalog: `lsst.afw.table.SourceCatalog`
catalog to be converted
ccdVisitId: `int`
ccdVisitId to be added as a column
Returns
-------
result : `lsst.pipe.base.Struct`
``table``
`ParquetTable` version of the input catalog
Definition at line 220 of file postprocess.py.
◆ runDataRef()
def lsst.pipe.tasks.postprocess.WriteSourceTableTask.runDataRef |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
◆ writeConfig()
def lsst.pipe.tasks.postprocess.WriteSourceTableTask.writeConfig |
( |
|
self, |
|
|
|
butler, |
|
|
|
clobber = False , |
|
|
|
doBackup = True |
|
) |
| |
◆ writeMetadata()
def lsst.pipe.tasks.postprocess.WriteSourceTableTask.writeMetadata |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
◆ ConfigClass
lsst.pipe.tasks.postprocess.WriteSourceTableTask.ConfigClass |
|
static |
The documentation for this class was generated from the following file: