lsst.pipe.tasks
21.0.0-33-g5ddf1805+888ad90e2c
|
Public Member Functions | |
def | run (self, parq, funcs=None, dataId=None, band=None) |
def | outputDataset (self) |
def | inputDataset (self) |
def | ConfigClass (self) |
def | runDataRef (self, dataRef) |
def | getFunctors (self) |
def | getAnalysis (self, parq, funcs=None, band=None) |
def | transform (self, band, parq, funcs, dataId) |
def | write (self, df, parqRef) |
def | writeMetadata (self, dataRef) |
Static Public Attributes | |
ConfigClass = TransformObjectCatalogConfig | |
string | inputDataset = 'deepCoadd_obj' |
string | outputDataset = 'objectTable' |
Produce a flattened Object Table to match the format specified in sdm_schemas. Do the same set of postprocessing calculations on all bands This is identical to `TransformCatalogBaseTask`, except for that it does the specified functor calculations for all filters present in the input `deepCoadd_obj` table. Any specific `"filt"` keywords specified by the YAML file will be superceded.
Definition at line 640 of file postprocess.py.
|
inherited |
Definition at line 530 of file postprocess.py.
|
inherited |
Definition at line 573 of file postprocess.py.
|
inherited |
Definition at line 568 of file postprocess.py.
|
inherited |
Definition at line 526 of file postprocess.py.
|
inherited |
Definition at line 522 of file postprocess.py.
def lsst.pipe.tasks.postprocess.TransformObjectCatalogTask.run | ( | self, | |
parq, | |||
funcs = None , |
|||
dataId = None , |
|||
band = None |
|||
) |
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 from lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.
Definition at line 665 of file postprocess.py.
|
inherited |
Reimplemented in lsst.pipe.tasks.postprocess.TransformSourceTableTask.
Definition at line 533 of file postprocess.py.
|
inherited |
Definition at line 580 of file postprocess.py.
|
inherited |
Definition at line 592 of file postprocess.py.
|
inherited |
No metadata to write.
Reimplemented in lsst.pipe.tasks.postprocess.TransformSourceTableTask.
Definition at line 595 of file postprocess.py.
|
static |
Definition at line 652 of file postprocess.py.
|
static |
Definition at line 654 of file postprocess.py.
|
static |
Definition at line 655 of file postprocess.py.