lsst.pipe.drivers gef6abdcebb+82cebc5407
Static Public Attributes | List of all members
lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig Class Reference
Inheritance diagram for lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig:

Static Public Attributes

 processCcdWithFakes
 
 doMakeSourceTable
 
 doSaveWideSourceTable
 
 writeSourceTable
 
 transformSourceTable
 
 ignoreCcdList
 
 ccdKey
 

Detailed Description

Definition at line 9 of file processCcdWithFakesDriver.py.

Member Data Documentation

◆ ccdKey

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig.ccdKey
static
Initial value:
= Field(dtype=str, default="ccd",
doc="DataId key corresponding to a single sensor")

Definition at line 23 of file processCcdWithFakesDriver.py.

◆ doMakeSourceTable

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig.doMakeSourceTable
static
Initial value:
= Field(dtype=bool, default=False,
doc="Do postprocessing tasks to write parquet Source Table?")

Definition at line 12 of file processCcdWithFakesDriver.py.

◆ doSaveWideSourceTable

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig.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 14 of file processCcdWithFakesDriver.py.

◆ ignoreCcdList

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

Definition at line 21 of file processCcdWithFakesDriver.py.

◆ processCcdWithFakes

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig.processCcdWithFakes
static
Initial value:
= ConfigurableField(
target=ProcessCcdWithFakesTask, doc="CCD with fakes processing task")

Definition at line 10 of file processCcdWithFakesDriver.py.

◆ transformSourceTable

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig.transformSourceTable
static
Initial value:
= ConfigurableField(
target=TransformSourceTableTask, doc="Transform Source Table to DPDD specification")

Definition at line 19 of file processCcdWithFakesDriver.py.

◆ writeSourceTable

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverConfig.writeSourceTable
static
Initial value:
= ConfigurableField(
target=WriteSourceTableTask, doc="Task to make parquet table for full src catalog")

Definition at line 17 of file processCcdWithFakesDriver.py.


The documentation for this class was generated from the following file: