lsst.pipe.tasks gf53ffbb2c7+83d25aaa19
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig:
lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections

Static Public Attributes

 functorFile
 
 primaryKey
 
 columnsFromDataId
 

Detailed Description

Definition at line 776 of file postprocess.py.

Member Data Documentation

◆ columnsFromDataId

lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.columnsFromDataId
static
Initial value:
= pexConfig.ListField(
dtype=str,
default=None,
optional=True,
doc="Columns to extract from the dataId",
)

Definition at line 792 of file postprocess.py.

◆ functorFile

lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.functorFile
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="Path to YAML file specifying Science Data Model functors to use "
"when copying columns and computing calibrated values.",
default=None,
optional=True
)

Definition at line 778 of file postprocess.py.

◆ primaryKey

lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig.primaryKey
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="Name of column to be set as the DataFrame index. If None, the index"
"will be named `id`",
default=None,
optional=True
)

Definition at line 785 of file postprocess.py.


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