lsst.meas.base  21.0.0-4-gc004bbf+eac6615e82
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.ForcedPhotImageConnections

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

 footprintDatasetName
 
 hasFakes
 

Detailed Description

Definition at line 34 of file forcedPhotCoadd.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 50 of file forcedPhotCoadd.py.

◆ validate()

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

Definition at line 64 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 35 of file forcedPhotCoadd.py.

◆ hasFakes

lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.hasFakes
static
Initial value:
= lsst.pex.config.Field(
dtype=bool,
default=False,
doc="Should be set to True if fake sources have been inserted into the input data."
)

Definition at line 44 of file forcedPhotCoadd.py.


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