Definition at line 604 of file postprocess.py.
◆ camelCase
lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig.camelCase |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
default=True,
doc=("Write per-filter columns names with camelCase, else underscore "
"For example: gPsfFlux instead of g_PsfFlux.")
)
Definition at line 618 of file postprocess.py.
◆ coaddName
lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig.coaddName |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
default="deep",
doc="Name of coadd"
)
Definition at line 605 of file postprocess.py.
◆ filterMap
lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig.filterMap |
|
static |
Initial value:= pexConfig.DictField(
keytype=str,
itemtype=str,
default={},
doc=("Dictionary mapping full filter name to short one for column name munging."
"These filters determine the output columns no matter what filters the "
"input data actually contain.")
)
Definition at line 610 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 442 of file postprocess.py.
◆ multilevelOutput
lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig.multilevelOutput |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
default=False,
doc=("Whether results dataframe should have a multilevel column index (True) or be flat "
"and name-munged (False).")
)
Definition at line 624 of file postprocess.py.
The documentation for this class was generated from the following file: