|
lsst.pipe.tasks g253578fa50+e0a50b457a
|
Public Member Functions | |
| runQuantum (self, butlerQC, inputRefs, outputRefs) | |
| run (self, inputCatalog, inputCatalogDiff, visit, detector, band=None) | |
Static Public Attributes | |
| ConfigClass = WriteForcedSourceTableConfig | |
Static Protected Attributes | |
| str | _DefaultName = "writeForcedSourceTable" |
Merge and convert per-detector forced source catalogs to DataFrame Parquet format. Because the predecessor ForcedPhotCcdTask operates per-detector, per-tract, (i.e., it has tract in its dimensions), detectors on the tract boundary may have multiple forced source catalogs. The successor task TransformForcedSourceTable runs per-patch and temporally-aggregates overlapping mergedForcedSource catalogs from all available multiple epochs.
Definition at line 1957 of file postprocess.py.
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask.run | ( | self, | |
| inputCatalog, | |||
| inputCatalogDiff, | |||
| visit, | |||
| detector, | |||
| band = None ) |
Definition at line 1979 of file postprocess.py.
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs ) |
Definition at line 1971 of file postprocess.py.
|
staticprotected |
Definition at line 1968 of file postprocess.py.
|
static |
Definition at line 1969 of file postprocess.py.