lsst.meas.base  13.0-26-g0f127ff+5
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:
lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig

Public Member Functions

def setDefaults (self)
 
def validate (self)
 
- Public Member Functions inherited from lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig
def setDefaults (self)
 

Static Public Attributes

 footprintDatasetName
 
- Static Public Attributes inherited from lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig
 references
 
 measurement
 
 coaddName
 
 doApCorr
 
 applyApCorr
 
 catalogCalculation
 

Detailed Description

Definition at line 35 of file forcedPhotCoadd.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 45 of file forcedPhotCoadd.py.

◆ validate()

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

Definition at line 54 of file forcedPhotCoadd.py.

Member Data Documentation

◆ footprintDatasetName

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

Definition at line 36 of file forcedPhotCoadd.py.


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