|
def | writeMetadata (self, dataRef) |
|
def | runDataRef (self, dataRef) |
|
def | outputDataset (self) |
|
def | inputDataset (self) |
|
def | ConfigClass (self) |
|
def | run (self, parq, funcs=None, dataId=None, band=None) |
|
def | getFunctors (self) |
|
def | getAnalysis (self, parq, funcs=None, band=None) |
|
def | transform (self, band, parq, funcs, dataId) |
|
def | write (self, df, parqRef) |
|
Transform/standardize a source catalog
Definition at line 772 of file postprocess.py.
◆ ConfigClass()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.ConfigClass |
( |
|
self | ) |
|
|
inherited |
◆ getAnalysis()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.getAnalysis |
( |
|
self, |
|
|
|
parq, |
|
|
|
funcs = None , |
|
|
|
band = None |
|
) |
| |
|
inherited |
◆ getFunctors()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.getFunctors |
( |
|
self | ) |
|
|
inherited |
◆ inputDataset()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.inputDataset |
( |
|
self | ) |
|
|
inherited |
◆ outputDataset()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.outputDataset |
( |
|
self | ) |
|
|
inherited |
◆ run()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.run |
( |
|
self, |
|
|
|
parq, |
|
|
|
funcs = None , |
|
|
|
dataId = None , |
|
|
|
band = None |
|
) |
| |
|
inherited |
Do postprocessing calculations
Takes a `ParquetTable` object and dataId,
returns a dataframe with results of postprocessing calculations.
Parameters
----------
parq : `lsst.pipe.tasks.parquetTable.ParquetTable`
ParquetTable from which calculations are done.
funcs : `lsst.pipe.tasks.functors.Functors`
Functors to apply to the table's columns
dataId : dict, optional
Used to add a `patchId` column to the output dataframe.
band : `str`, optional
Filter band that is being processed.
Returns
------
`pandas.DataFrame`
Reimplemented in lsst.pipe.tasks.postprocess.TransformObjectCatalogTask.
Definition at line 530 of file postprocess.py.
◆ runDataRef()
def lsst.pipe.tasks.postprocess.TransformSourceTableTask.runDataRef |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
◆ transform()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.transform |
( |
|
self, |
|
|
|
band, |
|
|
|
parq, |
|
|
|
funcs, |
|
|
|
dataId |
|
) |
| |
|
inherited |
◆ write()
def lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.write |
( |
|
self, |
|
|
|
df, |
|
|
|
parqRef |
|
) |
| |
|
inherited |
◆ writeMetadata()
def lsst.pipe.tasks.postprocess.TransformSourceTableTask.writeMetadata |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
◆ ConfigClass
◆ inputDataset
string lsst.pipe.tasks.postprocess.TransformSourceTableTask.inputDataset = 'source' |
|
static |
◆ outputDataset
string lsst.pipe.tasks.postprocess.TransformSourceTableTask.outputDataset = 'sourceTable' |
|
static |
The documentation for this class was generated from the following file: