Definition at line 8 of file singleFrameDriver.py.
◆ ccdKey
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.ccdKey |
|
static |
Initial value:= Field(dtype=str, default="ccd",
doc="DataId key corresponding to a single sensor")
Definition at line 22 of file singleFrameDriver.py.
◆ doMakeSourceTable
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.doMakeSourceTable |
|
static |
Initial value:= Field(dtype=bool, default=False,
doc="Do postprocessing tasks to write parquet Source Table?")
Definition at line 11 of file singleFrameDriver.py.
◆ doSaveWideSourceTable
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.doSaveWideSourceTable |
|
static |
Initial value:= Field(dtype=bool, default=False,
doc=("Save the parquet version of the full src catalog?",
"Only respected if doMakeSourceTable"))
Definition at line 13 of file singleFrameDriver.py.
◆ ignoreCcdList
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.ignoreCcdList |
|
static |
Initial value:= ListField(dtype=int, default=[],
doc="List of CCDs to ignore when processing")
Definition at line 20 of file singleFrameDriver.py.
◆ processCcd
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.processCcd |
|
static |
Initial value:= ConfigurableField(
target=ProcessCcdTask, doc="CCD processing task")
Definition at line 9 of file singleFrameDriver.py.
◆ transformSourceTable
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.transformSourceTable |
|
static |
Initial value:= ConfigurableField(
target=TransformSourceTableTask, doc="Transform Source Table to DPDD specification")
Definition at line 18 of file singleFrameDriver.py.
◆ writeSourceTable
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.writeSourceTable |
|
static |
Initial value:= ConfigurableField(
target=WriteSourceTableTask, doc="Task to make parquet table for full src catalog")
Definition at line 16 of file singleFrameDriver.py.
The documentation for this class was generated from the following file: