Definition at line 209 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 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: