lsst.pipe.tasks  21.0.0-51-gd3b42663+bf9f0d1c8b
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.WriteSourceTableConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.WriteSourceTableConfig:
lsst.pipe.tasks.postprocess.WriteSourceTableConnections

Static Public Attributes

 doApplyExternalPhotoCalib
 
 doApplyExternalSkyWcs
 
 catalog
 
 outputCatalog
 

Detailed Description

Definition at line 217 of file postprocess.py.

Member Data Documentation

◆ catalog

lsst.pipe.tasks.postprocess.WriteSourceTableConnections.catalog
staticinherited
Initial value:
= connectionTypes.Input(
doc="Input full-depth catalog of sources produced by CalibrateTask",
name="src",
storageClass="SourceCatalog",
dimensions=("instrument", "visit", "detector")
)

Definition at line 203 of file postprocess.py.

◆ doApplyExternalPhotoCalib

lsst.pipe.tasks.postprocess.WriteSourceTableConfig.doApplyExternalPhotoCalib
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=False,
doc=("Add local photoCalib columns from the calexp.photoCalib? Should only set True if "
"generating Source Tables from older src tables which do not already have local calib columns")
)

Definition at line 219 of file postprocess.py.

◆ doApplyExternalSkyWcs

lsst.pipe.tasks.postprocess.WriteSourceTableConfig.doApplyExternalSkyWcs
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=False,
doc=("Add local WCS columns from the calexp.wcs? Should only set True if "
"generating Source Tables from older src tables which do not already have local calib columns")
)

Definition at line 225 of file postprocess.py.

◆ outputCatalog

lsst.pipe.tasks.postprocess.WriteSourceTableConnections.outputCatalog
staticinherited
Initial value:
= connectionTypes.Output(
doc="Catalog of sources, `src` in Parquet format",
name="source",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector")
)

Definition at line 209 of file postprocess.py.


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