Definition at line 7 of file sourceTableDriver.py.
◆ setDefaults()
def lsst.pipe.drivers.sourceTableDriver.SourceTableDriverConfig.setDefaults |
( |
|
self | ) |
|
◆ ccdKey
lsst.pipe.drivers.sourceTableDriver.SourceTableDriverConfig.ccdKey |
|
static |
Initial value:= Field(
dtype=str,
default="ccd",
doc="DataId key corresponding to a single sensor",
)
Definition at line 21 of file sourceTableDriver.py.
◆ ignoreCcdList
lsst.pipe.drivers.sourceTableDriver.SourceTableDriverConfig.ignoreCcdList |
|
static |
Initial value:= ListField(
dtype=int,
default=[],
doc="List of CCDs to ignore when processing",
)
Definition at line 16 of file sourceTableDriver.py.
◆ transformSourceTable
lsst.pipe.drivers.sourceTableDriver.SourceTableDriverConfig.transformSourceTable |
|
static |
Initial value:= ConfigurableField(
target=TransformSourceTableTask,
doc="Transform Source Table to DPDD specification",
)
Definition at line 12 of file sourceTableDriver.py.
◆ writeSourceTable
lsst.pipe.drivers.sourceTableDriver.SourceTableDriverConfig.writeSourceTable |
|
static |
Initial value:= ConfigurableField(
target=WriteSourceTableTask,
doc="Task to make parquet table for full src catalog",
)
Definition at line 8 of file sourceTableDriver.py.
The documentation for this class was generated from the following file: