Definition at line 216 of file postprocess.py.
◆ 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 202 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 218 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 224 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 208 of file postprocess.py.
The documentation for this class was generated from the following file: