Definition at line 1920 of file postprocess.py.
◆ inputCatalog
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections.inputCatalog |
|
static |
Initial value:= connectionTypes.Input(
doc="Primary per-detector, single-epoch forced-photometry catalog. "
"By default, it is the output of ForcedPhotCcdTask on calexps",
name="forced_src",
storageClass="SourceCatalog",
dimensions=("instrument", "visit", "detector", "skymap", "tract")
)
Definition at line 1923 of file postprocess.py.
◆ inputCatalogDiff
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections.inputCatalogDiff |
|
static |
Initial value:= connectionTypes.Input(
doc="Secondary multi-epoch, per-detector, forced photometry catalog. "
"By default, it is the output of ForcedPhotCcdTask run on image differences.",
name="forced_diff",
storageClass="SourceCatalog",
dimensions=("instrument", "visit", "detector", "skymap", "tract")
)
Definition at line 1930 of file postprocess.py.
◆ outputCatalog
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections.outputCatalog |
|
static |
Initial value:= connectionTypes.Output(
doc="InputCatalogs horizonatally joined on `objectId` in DataFrame parquet format",
name="mergedForcedSource",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector", "skymap", "tract")
)
Definition at line 1937 of file postprocess.py.
The documentation for this class was generated from the following file: