|
lsst.pipe.tasks
20.0.0-10-g1b4d8e16+3
|
Public Member Functions | |
| def | run (self, parq, funcs=None, dataId=None) |
| def | outputDataset (self) |
| def | inputDataset (self) |
| def | ConfigClass (self) |
| def | runDataRef (self, dataRef) |
| def | getFunctors (self) |
| def | getAnalysis (self, parq, funcs=None, filt=None) |
| def | transform (self, filt, parq, funcs, dataId) |
| def | write (self, df, parqRef) |
| def | writeMetadata (self, dataRef) |
Static Public Attributes | |
| ConfigClass | |
| inputDataset | |
| outputDataset | |
Compute Flatted Object Table as defined in the DPDD 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 630 of file postprocess.py.
|
inherited |
Definition at line 532 of file postprocess.py.
|
inherited |
Definition at line 574 of file postprocess.py.
|
inherited |
Definition at line 569 of file postprocess.py.
|
inherited |
Definition at line 528 of file postprocess.py.
|
inherited |
Definition at line 524 of file postprocess.py.
| def lsst.pipe.tasks.postprocess.TransformObjectCatalogTask.run | ( | self, | |
| parq, | |||
funcs = None, |
|||
dataId = 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.
Returns
------
`pandas.DataFrame`
Reimplemented from lsst.pipe.tasks.postprocess.TransformCatalogBaseTask.
Definition at line 654 of file postprocess.py.
|
inherited |
Definition at line 535 of file postprocess.py.
|
inherited |
Definition at line 581 of file postprocess.py.
|
inherited |
Definition at line 593 of file postprocess.py.
|
inherited |
No metadata to write.
Reimplemented in lsst.pipe.tasks.postprocess.TransformSourceTableTask.
Definition at line 596 of file postprocess.py.
|
static |
Definition at line 641 of file postprocess.py.
|
static |
Definition at line 643 of file postprocess.py.
|
static |
Definition at line 644 of file postprocess.py.
1.8.18