|
lsst.pipe.tasks g540474b770+e939cf0e26
|
Public Member Functions | |
| runQuantum (self, butlerQC, inputRefs, outputRefs) | |
| run (self, inputCatalogs, referenceCatalog, funcs=None, dataId=None, band=None) | |
Static Public Attributes | |
| ConfigClass = TransformForcedSourceTableConfig | |
Static Protected Attributes | |
| str | _DefaultName = "transformForcedSourceTable" |
Transform/standardize a ForcedSource catalog Transforms each wide, per-detector forcedSource DataFrame per the specification file (per-camera defaults found in ForcedSource.yaml). All epochs that overlap the patch are aggregated into one per-patch narrow-DataFrame file. No de-duplication of rows is performed. Duplicate resolutions flags are pulled in from the referenceCatalog: `detect_isPrimary`, `detect_isTractInner`,`detect_isPatchInner`, so that user may de-duplicate for analysis or compare duplicates for QA. The resulting table includes multiple bands. Epochs (MJDs) and other useful per-visit rows can be retreived by joining with the CcdVisitTable on ccdVisitId.
Definition at line 2054 of file postprocess.py.
| lsst.pipe.tasks.postprocess.TransformForcedSourceTableTask.run | ( | self, | |
| inputCatalogs, | |||
| referenceCatalog, | |||
| funcs = None, | |||
| dataId = None, | |||
| band = None ) |
Definition at line 2084 of file postprocess.py.
| lsst.pipe.tasks.postprocess.TransformForcedSourceTableTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs ) |
Definition at line 2074 of file postprocess.py.
|
staticprotected |
Definition at line 2071 of file postprocess.py.
|
static |
Definition at line 2072 of file postprocess.py.