lsst.pipe.tasks g27146f8f6c+e893ca2ca7
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask:

Public Member Functions

 runQuantum (self, butlerQC, inputRefs, outputRefs)
 
 run (self, inputCatalog, inputCatalogDiff, visit, detector, band=None)
 

Static Public Attributes

 ConfigClass = WriteForcedSourceTableConfig
 

Static Protected Attributes

str _DefaultName = "writeForcedSourceTable"
 

Detailed Description

Merge and convert per-detector forced source catalogs to DataFrame Parquet format.

Because the predecessor ForcedPhotCcdTask operates per-detector,
per-tract, (i.e., it has tract in its dimensions), detectors
on the tract boundary may have multiple forced source catalogs.

The successor task TransformForcedSourceTable runs per-patch
and temporally-aggregates overlapping mergedForcedSource catalogs from all
available multiple epochs.

Definition at line 1957 of file postprocess.py.

Member Function Documentation

◆ run()

lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask.run ( self,
inputCatalog,
inputCatalogDiff,
visit,
detector,
band = None )

Definition at line 1979 of file postprocess.py.

◆ runQuantum()

lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask.runQuantum ( self,
butlerQC,
inputRefs,
outputRefs )

Definition at line 1971 of file postprocess.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask._DefaultName = "writeForcedSourceTable"
staticprotected

Definition at line 1968 of file postprocess.py.

◆ ConfigClass

lsst.pipe.tasks.postprocess.WriteForcedSourceTableTask.ConfigClass = WriteForcedSourceTableConfig
static

Definition at line 1969 of file postprocess.py.


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