lsst.pipe.tasks gcf790cdeb6+0604939b8f
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 2147 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 2150 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 2155 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 2162 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 2167 of file postprocess.py.


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