lsst.pipe.tasks  21.0.0-31-g3fcf0262+ee4727a31a
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.WriteSourceTableConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.WriteSourceTableConfig:

Static Public Attributes

 doApplyExternalPhotoCalib
 
 doApplyExternalSkyWcs
 

Detailed Description

Definition at line 209 of file postprocess.py.

Member Data Documentation

◆ 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 210 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 216 of file postprocess.py.


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