LSSTApplications  19.0.0,19.0.0+1,19.0.0+10,19.0.0+13,19.0.0+3,19.0.0+5,19.0.0+9,tickets.DM-22703-ga158cbef15,w.2019.51
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.ingestDefects.IngestDefectsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.ingestDefects.IngestDefectsConfig:
lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 parse
 
 register
 
 allowError
 
 clobber
 

Detailed Description

Definition at line 23 of file ingestDefects.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.ingestDefects.IngestDefectsConfig.setDefaults (   self)

Definition at line 24 of file ingestDefects.py.

24  def setDefaults(self):
25  if "filter" in self.register.columns:
26  self.parse.defaults["filter"] = "NONE"
27 
28 

Member Data Documentation

◆ allowError

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.allowError
staticinherited

Definition at line 206 of file ingestCalibs.py.

◆ clobber

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.clobber
staticinherited

Definition at line 207 of file ingestCalibs.py.

◆ parse

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.parse
staticinherited

Definition at line 204 of file ingestCalibs.py.

◆ register

lsst.pipe.tasks.ingestCalibs.IngestCalibsConfig.register
staticinherited

Definition at line 205 of file ingestCalibs.py.


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