Definition at line 34 of file forcedPhotCoadd.py.
◆ setDefaults()
def lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.meas.base.forcedPhotCoadd.ForcedPhotCoaddConfig.validate |
( |
|
self | ) |
|
◆ 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: