Definition at line 1997 of file postprocess.py.
◆ inputCatalogs
| lsst.pipe.tasks.postprocess.TransformForcedSourceTableConnections.inputCatalogs |
|
static |
Initial value:= connectionTypes.Input(
doc="DataFrames of merged ForcedSources produced by WriteForcedSourceTableTask",
name="mergedForcedSource",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector", "skymap", "tract"),
multiple=True,
deferLoad=True
)
Definition at line 2000 of file postprocess.py.
◆ outputCatalog
| lsst.pipe.tasks.postprocess.TransformForcedSourceTableConnections.outputCatalog |
|
static |
Initial value:= connectionTypes.Output(
doc="Narrower, temporally-aggregated, per-patch ForcedSource Table transformed and converted per a "
"specified set of functors",
name="forcedSourceTable",
storageClass="ArrowAstropy",
dimensions=("tract", "patch", "skymap")
)
Definition at line 2017 of file postprocess.py.
◆ referenceCatalog
| lsst.pipe.tasks.postprocess.TransformForcedSourceTableConnections.referenceCatalog |
|
static |
Initial value:= connectionTypes.Input(
doc="Reference catalog which was used to seed the forcedPhot. Columns "
"objectId, detect_isPrimary, detect_isTractInner, detect_isPatchInner "
"are expected.",
name="objectTable",
storageClass="DataFrame",
dimensions=("tract", "patch", "skymap"),
deferLoad=True
)
Definition at line 2008 of file postprocess.py.
The documentation for this class was generated from the following file: