Definition at line 57 of file postprocess.py.
◆ validate()
def lsst.pipe.tasks.postprocess.WriteObjectTableConfig.validate |
( |
|
self | ) |
|
◆ coaddName
lsst.pipe.tasks.postprocess.WriteObjectTableConfig.coaddName |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
default="deep",
doc="Name of coadd"
)
Definition at line 68 of file postprocess.py.
◆ engine
lsst.pipe.tasks.postprocess.WriteObjectTableConfig.engine |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
default="pyarrow",
doc="Parquet engine for writing (pyarrow or fastparquet)"
)
Definition at line 63 of file postprocess.py.
◆ priorityList
lsst.pipe.tasks.postprocess.WriteObjectTableConfig.priorityList |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
default=[],
doc="Priority-ordered list of bands for the merge."
)
Definition at line 58 of file postprocess.py.
The documentation for this class was generated from the following file: