lsst.pipe.drivers  13.0-17-g3ce57e5+14
 All Classes Namespaces Files Functions Variables Pages
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

tuple processCcd
 
tuple ignoreCcdList
 
tuple ccdKey
 

Detailed Description

Definition at line 9 of file singleFrameDriver.py.

Member Data Documentation

tuple lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.ccdKey
static
Initial value:
1 = Field(dtype=str, default="ccd",
2  doc="DataId key corresponding to a single sensor")

Definition at line 14 of file singleFrameDriver.py.

tuple lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.ignoreCcdList
static
Initial value:
1 = ListField(dtype=int, default=[],
2  doc="List of CCDs to ignore when processing")

Definition at line 12 of file singleFrameDriver.py.

tuple lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverConfig.processCcd
static
Initial value:
1 = ConfigurableField(
2  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: