Definition at line 9 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 14 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 12 of file singleFrameDriver.py.
◆ processCcd
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.processCcd |
|
static |
Initial value:= ConfigurableField(
target=ProcessCcdTask, doc="CCD processing task")
Definition at line 10 of file singleFrameDriver.py.
The documentation for this class was generated from the following file: