LSST Applications  21.0.0+04719a4bac,21.0.0-1-ga51b5d4+f5e6047307,21.0.0-10-g17396bd+0db626c9d4,21.0.0-11-ga42c5b2+8e919b1fde,21.0.0-11-gf32158d+0ebe75d2c4,21.0.0-12-g21f7bf3+5457518a9a,21.0.0-12-g9de0849+524af766c8,21.0.0-14-gbfe4b77+9a33cf3f69,21.0.0-16-g0fb55c1+2e80f2f4c5,21.0.0-19-g4cded4ca+da87cab2e2,21.0.0-2-g103fe59+7aa255a7ca,21.0.0-2-g45278ab+04719a4bac,21.0.0-2-g5242d73+7df4c6fa3d,21.0.0-2-g7f82c8f+0b5b78a3be,21.0.0-2-g8f08a60+06509c8b61,21.0.0-2-g8faa9b5+616205b9df,21.0.0-2-ga326454+0b5b78a3be,21.0.0-2-gde069b7+5e4aea9c2f,21.0.0-2-gecfae73+632ec57a44,21.0.0-2-gfc62afb+7df4c6fa3d,21.0.0-25-g1d57be3cd+e9f70389b0,21.0.0-3-g357aad2+3b365e1178,21.0.0-3-g4a4ce7f+7df4c6fa3d,21.0.0-3-g4be5c26+7df4c6fa3d,21.0.0-3-g65f322c+79dc209d58,21.0.0-3-g7d9da8d+616205b9df,21.0.0-3-ge02ed75+0db626c9d4,21.0.0-4-g591bb35+0db626c9d4,21.0.0-4-g65b4814+2e80f2f4c5,21.0.0-4-gccdca77+0de219a2bc,21.0.0-4-ge8a399c+7b7c27da6e,21.0.0-5-gd00fb1e+52bf7bf9f3,21.0.0-6-gc675373+7df4c6fa3d,21.0.0-61-ge77b8116+a869d0a5a5,21.0.0-7-g04766d7+5bf495eb54,21.0.0-7-g98eecf7+d1bd76f71f,21.0.0-7-gdf92d54+04719a4bac,master-gac4afde19b+0db626c9d4,w.2021.13
LSST Data Management Base Package
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: