Definition at line 848 of file postprocess.py.
◆ functorFile
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.functorFile |
|
staticinherited |
Initial value:= pexConfig.Field(
dtype=str,
doc='Path to YAML file specifying functors to be computed',
default=None,
optional=True
)
Definition at line 474 of file postprocess.py.
◆ inputCatalog [1/2]
lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.inputCatalog |
|
staticinherited |
Initial value:= connectionTypes.Input(
name="",
storageClass="DataFrame",
)
Definition at line 462 of file postprocess.py.
◆ inputCatalog [2/2]
lsst.pipe.tasks.postprocess.TransformSourceTableConnections.inputCatalog |
|
staticinherited |
Initial value:= connectionTypes.Input(
doc="Wide input catalog of sources produced by WriteSourceTableTask",
name="source",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector"),
deferLoad=True
)
Definition at line 832 of file postprocess.py.
◆ outputCatalog [1/2]
lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.outputCatalog |
|
staticinherited |
Initial value:= connectionTypes.Output(
name="",
storageClass="DataFrame",
)
Definition at line 466 of file postprocess.py.
◆ outputCatalog [2/2]
lsst.pipe.tasks.postprocess.TransformSourceTableConnections.outputCatalog |
|
staticinherited |
Initial value:= connectionTypes.Output(
doc="Narrower, per-detector Source Table transformed and converted per a "
"specified set of functors",
name="sourceTable",
storageClass="DataFrame",
dimensions=("instrument", "visit", "detector")
)
Definition at line 839 of file postprocess.py.
The documentation for this class was generated from the following file: