lsst.pipe.tasks  21.0.0-21-g006371a9+aa7b4785b3
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.postprocess.WriteObjectTableConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.WriteObjectTableConfig:

Public Member Functions

def validate (self)
 

Static Public Attributes

 priorityList
 
 engine
 
 coaddName
 

Detailed Description

Definition at line 57 of file postprocess.py.

Member Function Documentation

◆ validate()

def lsst.pipe.tasks.postprocess.WriteObjectTableConfig.validate (   self)

Definition at line 74 of file postprocess.py.

Member Data Documentation

◆ 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: