lsst.pipe.tasks g253578fa50+9bdef6ea54
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.WriteForcedSourceTableConnections:
lsst.pipe.tasks.postprocess.WriteForcedSourceTableConfig

Static Public Attributes

 inputCatalog
 
 inputCatalogDiff
 
 outputCatalog
 

Detailed Description

Definition at line 1917 of file postprocess.py.

Member Data Documentation

◆ 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 1920 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 1927 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 1934 of file postprocess.py.


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