Definition at line 2147 of file postprocess.py.
◆ 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: