lsst.pipe.tasks gcf790cdeb6+441d86229e
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.WriteForcedSourceTableConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.WriteForcedSourceTableConfig:
lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections

Static Public Attributes

 key
 
 inputCatalog
 
 inputCatalogDiff
 
 outputCatalog
 

Detailed Description

Definition at line 1948 of file postprocess.py.

Member Data Documentation

◆ 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 1923 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 1930 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 1950 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 1937 of file postprocess.py.


The documentation for this class was generated from the following file: