LSST Applications  21.0.0+04719a4bac,21.0.0-1-ga51b5d4+f5e6047307,21.0.0-10-g17396bd+0db626c9d4,21.0.0-11-ga42c5b2+8e919b1fde,21.0.0-11-gf32158d+0ebe75d2c4,21.0.0-12-g21f7bf3+5457518a9a,21.0.0-12-g9de0849+524af766c8,21.0.0-14-gbfe4b77+9a33cf3f69,21.0.0-16-g0fb55c1+2e80f2f4c5,21.0.0-19-g4cded4ca+da87cab2e2,21.0.0-2-g103fe59+7aa255a7ca,21.0.0-2-g45278ab+04719a4bac,21.0.0-2-g5242d73+7df4c6fa3d,21.0.0-2-g7f82c8f+0b5b78a3be,21.0.0-2-g8f08a60+06509c8b61,21.0.0-2-g8faa9b5+616205b9df,21.0.0-2-ga326454+0b5b78a3be,21.0.0-2-gde069b7+5e4aea9c2f,21.0.0-2-gecfae73+632ec57a44,21.0.0-2-gfc62afb+7df4c6fa3d,21.0.0-25-g1d57be3cd+e9f70389b0,21.0.0-3-g357aad2+3b365e1178,21.0.0-3-g4a4ce7f+7df4c6fa3d,21.0.0-3-g4be5c26+7df4c6fa3d,21.0.0-3-g65f322c+79dc209d58,21.0.0-3-g7d9da8d+616205b9df,21.0.0-3-ge02ed75+0db626c9d4,21.0.0-4-g591bb35+0db626c9d4,21.0.0-4-g65b4814+2e80f2f4c5,21.0.0-4-gccdca77+0de219a2bc,21.0.0-4-ge8a399c+7b7c27da6e,21.0.0-5-gd00fb1e+52bf7bf9f3,21.0.0-6-gc675373+7df4c6fa3d,21.0.0-61-ge77b8116+a869d0a5a5,21.0.0-7-g04766d7+5bf495eb54,21.0.0-7-g98eecf7+d1bd76f71f,21.0.0-7-gdf92d54+04719a4bac,master-gac4afde19b+0db626c9d4,w.2021.13
LSST Data Management Base Package
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: