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 | Static Public Attributes | List of all members
lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig Class Reference
Inheritance diagram for lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig:

Public Member Functions

def setDefaults
 
def validate
 

Static Public Attributes

tuple footprintDatasetName
 

Detailed Description

Definition at line 32 of file forcedPhotCoadd.py.

Member Function Documentation

def lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.setDefaults (   self)

Definition at line 42 of file forcedPhotCoadd.py.

42 
43  def setDefaults(self):
44  ProcessImageForcedTask.ConfigClass.setDefaults(self)
45  self.references.removePatchOverlaps = False # see validate() for why
def lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.validate (   self)

Definition at line 46 of file forcedPhotCoadd.py.

46 
47  def validate(self):
48  ProcessImageForcedTask.ConfigClass.validate(self)
49  if (self.measurement.doReplaceWithNoise and self.footprintDatasetName is not None
50  and self.references.removePatchOverlaps):
51  raise ValueError("Cannot use removePatchOverlaps=True with deblended footprints, as parent "
52  "sources may be rejected while their children are not.")

Member Data Documentation

tuple lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.footprintDatasetName
static
Initial value:
1 = lsst.pex.config.Field(
2  doc = ("Dataset (without coadd prefix) that should be used to obtain (Heavy)Footprints for sources."
3  " Must have IDs that match those of the reference catalog."
4  " If None, Footprints will be generated by transforming the reference Footprints."),
5  dtype = str,
6  default = "meas",
7  optional=True
8  )

Definition at line 33 of file forcedPhotCoadd.py.


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