lsst.pipe.drivers g96f01af41f+a6f054303c
Loading...
Searching...
No Matches
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
 
 doMakeSourceTable
 
 doSaveWideSourceTable
 
 writeSourceTable
 
 transformSourceTable
 
 ignoreCcdList
 
 ccdKey
 

Detailed Description

Definition at line 8 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 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: