Definition at line 1945 of file postprocess.py.
◆ inputCatalog
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections.inputCatalog |
|
staticinherited |
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 1920 of file postprocess.py.
◆ inputCatalogDiff
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections.inputCatalogDiff |
|
staticinherited |
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 1927 of file postprocess.py.
◆ key
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConfig.key |
|
static |
Initial value:= lsst.pex.config.Field(
doc="Column on which to join the two input tables on and make the primary key of the output",
dtype=str,
default="objectId",
)
Definition at line 1947 of file postprocess.py.
◆ outputCatalog
| lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections.outputCatalog |
|
staticinherited |
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 1934 of file postprocess.py.
The documentation for this class was generated from the following file: