LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.tasks.processCoadd.ProcessCoaddConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.processCoadd.ProcessCoaddConfig:

Public Member Functions

def setDefaults
 

Public Attributes

 doWriteSourceMatches
 
 doDeblend
 

Static Public Attributes

tuple coaddName
 
tuple doScaleVariance
 

Detailed Description

Config for ProcessCoadd

Definition at line 32 of file processCoadd.py.

Member Function Documentation

def lsst.pipe.tasks.processCoadd.ProcessCoaddConfig.setDefaults (   self)

Definition at line 45 of file processCoadd.py.

45 
46  def setDefaults(self):
47  ProcessImageTask.ConfigClass.setDefaults(self)
48  self.calibrate.background.undersampleStyle = 'REDUCE_INTERP_ORDER'
49  self.calibrate.detection.background.undersampleStyle = 'REDUCE_INTERP_ORDER'
50  self.detection.background.undersampleStyle = 'REDUCE_INTERP_ORDER'
51  self.calibrate.doPsf = False
52  self.calibrate.measureApCorr.inputFilterFlag = "calib_psfCandidate"
53  self.calibrate.astrometry.forceKnownWcs = True
54  self.calibrate.repair.doInterpolate = False
55  self.calibrate.repair.doCosmicRay = False
56  self.calibrate.doPhotoCal = False
57  self.detection.isotropicGrow = True
58  self.detection.returnOriginalFootprints = False
59  self.doWriteSourceMatches = True
60  self.measurement.doReplaceWithNoise = True
61  # coadds do not yet have ap corr data; once they do, delete the following to enable the
62  # ProcessImageConfig default of yes; meanwhile the warning may help remind us
63  self.measurement.doApplyApCorr = "noButWarn"
64  self.doDeblend = True
65  self.deblend.maxNumberOfPeaks = 20

Member Data Documentation

tuple lsst.pipe.tasks.processCoadd.ProcessCoaddConfig.coaddName
static
Initial value:
1 = pexConfig.Field(
2  doc = "coadd name: typically one of deep or goodSeeing",
3  dtype = str,
4  default = "deep",
5  )

Definition at line 34 of file processCoadd.py.

lsst.pipe.tasks.processCoadd.ProcessCoaddConfig.doDeblend

Definition at line 63 of file processCoadd.py.

tuple lsst.pipe.tasks.processCoadd.ProcessCoaddConfig.doScaleVariance
static
Initial value:
1 = pexConfig.Field(
2  doc = "Scale variance plane using empirical noise",
3  dtype=bool,
4  default=True,
5  )

Definition at line 39 of file processCoadd.py.

lsst.pipe.tasks.processCoadd.ProcessCoaddConfig.doWriteSourceMatches

Definition at line 58 of file processCoadd.py.


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