lsst.pipe.tasks  21.0.0-51-gd3b42663+3c7bb0c660
Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig:
lsst.pipe.tasks.postprocess.TransformCatalogBaseConfig lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections

Static Public Attributes

 coaddName
 
 filterMap
 
 outputBands
 
 camelCase
 
 multilevelOutput
 
 functorFile
 
 inputCatalog
 
 outputCatalog
 

Detailed Description

Definition at line 653 of file postprocess.py.

Member Data Documentation

◆ camelCase

lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig.camelCase
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=True,
doc=("Write per-band columns names with camelCase, else underscore "
"For example: gPsFlux instead of g_PsFlux.")
)

Definition at line 678 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 654 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."),
deprecated=("Coadds are now identified by the band, so this transform is unused."
"Will be removed after v22.")
)

Definition at line 660 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 475 of file postprocess.py.

◆ inputCatalog

lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.inputCatalog
staticinherited
Initial value:
= connectionTypes.Input(
name="",
storageClass="DataFrame",
)

Definition at line 463 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 684 of file postprocess.py.

◆ outputBands

lsst.pipe.tasks.postprocess.TransformObjectCatalogConfig.outputBands
static
Initial value:
= pexConfig.ListField(
dtype=str,
default=None,
optional=True,
doc=("These bands and only these bands will appear in the output,"
" NaN-filled if the input does not include them."
" If None, then use all bands found in the input.")
)

Definition at line 670 of file postprocess.py.

◆ outputCatalog

lsst.pipe.tasks.postprocess.TransformCatalogBaseConnections.outputCatalog
staticinherited
Initial value:
= connectionTypes.Output(
name="",
storageClass="DataFrame",
)

Definition at line 467 of file postprocess.py.


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