lsst.pipe.drivers  6.0b0-hsc-10-gbcd3a35+1
Static Public Attributes | List of all members
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig Class Reference
Inheritance diagram for lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig:

Static Public Attributes

 processCcd
 
 ignoreCcdList
 
 ccdKey
 

Detailed Description

Definition at line 9 of file singleFrameDriver.py.

Member Data Documentation

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