|
lsst.pipe.tasks
19.0.0-50-gd80f8f78+1
|
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 565 of file postprocess.py.
|
inherited |
Definition at line 467 of file postprocess.py.
|
inherited |
Definition at line 509 of file postprocess.py.
|
inherited |
Definition at line 504 of file postprocess.py.
|
inherited |
Definition at line 463 of file postprocess.py.
|
inherited |
Definition at line 459 of file postprocess.py.
| def lsst.pipe.tasks.postprocess.TransformObjectCatalogTask.run | ( | self, | |
| parq, | |||
funcs = None, |
|||
dataId = None |
|||
| ) |
Definition at line 589 of file postprocess.py.
|
inherited |
Definition at line 470 of file postprocess.py.
|
inherited |
Definition at line 516 of file postprocess.py.
|
inherited |
Definition at line 528 of file postprocess.py.
|
inherited |
No metadata to write.
Definition at line 531 of file postprocess.py.
|
static |
Definition at line 576 of file postprocess.py.
|
static |
Definition at line 578 of file postprocess.py.
|
static |
Definition at line 579 of file postprocess.py.
1.8.13