lsst.pipe.tasks  21.0.0-51-gd3b42663+3149e5afc4
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.ingestCuratedCalibs.IngestCuratedCalibsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.ingestCuratedCalibs.IngestCuratedCalibsConfig:
lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 parse = ConfigurableField(target=CalibsParseTask, doc="File parsing")
 
 register = ConfigurableField(target=CalibsRegisterTask, doc="Registry entry")
 
 allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?")
 
 clobber = Field(dtype=bool, default=False, doc="Clobber existing file?")
 

Detailed Description

Definition at line 24 of file ingestCuratedCalibs.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.ingestCuratedCalibs.IngestCuratedCalibsConfig.setDefaults (   self)

Definition at line 25 of file ingestCuratedCalibs.py.

Member Data Documentation

◆ allowError

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.allowError = Field(dtype=bool, default=False, doc="Allow error in ingestion?")
staticinherited

Definition at line 227 of file ingestCalibs.py.

◆ clobber

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.clobber = Field(dtype=bool, default=False, doc="Clobber existing file?")
staticinherited

Definition at line 228 of file ingestCalibs.py.

◆ parse

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.parse = ConfigurableField(target=CalibsParseTask, doc="File parsing")
staticinherited

Definition at line 225 of file ingestCalibs.py.

◆ register

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.register = ConfigurableField(target=CalibsRegisterTask, doc="Registry entry")
staticinherited

Definition at line 226 of file ingestCalibs.py.


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