lsst.pipe.tasks g253578fa50+e0a50b457a
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.ConsolidateTractConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.ConsolidateTractConfig:
lsst.pipe.tasks.postprocess.ConsolidateTractConnections

Static Public Attributes

 doUseSchema
 
 schemaDir
 
 schemaFile
 
 tableName
 

Detailed Description

Definition at line 2144 of file postprocess.py.

Member Data Documentation

◆ doUseSchema

lsst.pipe.tasks.postprocess.ConsolidateTractConfig.doUseSchema
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=False,
doc="Use an existing schema to coerce the data types of the output columns."
)

Definition at line 2147 of file postprocess.py.

◆ schemaDir

lsst.pipe.tasks.postprocess.ConsolidateTractConfig.schemaDir
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="Path to the directory containing schema definitions.",
default=os.path.join("${SDM_SCHEMAS_DIR}",
"yml"),
optional=True,
)

Definition at line 2152 of file postprocess.py.

◆ schemaFile

lsst.pipe.tasks.postprocess.ConsolidateTractConfig.schemaFile
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="Yaml file specifying the schema of the output catalog.",
optional=True,
)

Definition at line 2159 of file postprocess.py.

◆ tableName

lsst.pipe.tasks.postprocess.ConsolidateTractConfig.tableName
static
Initial value:
= pexConfig.Field(
dtype=str,
doc="Name of the table in the schema file to read.",
optional=True,
)

Definition at line 2164 of file postprocess.py.


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