lsst.meas.base  16.0-16-g48c959a+1
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)
 

Static Public Attributes

 footprintDatasetName
 
 references
 
 measurement
 
 coaddName
 
 doApCorr
 
 applyApCorr
 
 catalogCalculation
 

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 44 of file forcedPhotCoadd.py.

◆ validate()

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

Definition at line 58 of file forcedPhotCoadd.py.

Member Data Documentation

◆ applyApCorr

lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.applyApCorr
staticinherited
Initial value:
= lsst.pex.config.ConfigurableField(
target=ApplyApCorrTask,
doc="Subtask to apply aperture corrections"
)

Definition at line 63 of file forcedPhotImage.py.

◆ catalogCalculation

lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.catalogCalculation
staticinherited
Initial value:
= lsst.pex.config.ConfigurableField(
target=CatalogCalculationTask,
doc="Subtask to run catalogCalculation plugins on catalog"
)

Definition at line 67 of file forcedPhotImage.py.

◆ coaddName

lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.coaddName
staticinherited
Initial value:
= lsst.pex.config.Field(
doc="coadd name: typically one of deep or goodSeeing",
dtype=str,
default="deep",
)

Definition at line 53 of file forcedPhotImage.py.

◆ doApCorr

lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.doApCorr
staticinherited
Initial value:
= lsst.pex.config.Field(
dtype=bool,
default=True,
doc="Run subtask to apply aperture corrections"
)

Definition at line 58 of file forcedPhotImage.py.

◆ 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.

◆ measurement

lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.measurement
staticinherited
Initial value:
= lsst.pex.config.ConfigurableField(
target=ForcedMeasurementTask,
doc="subtask to do forced measurement"
)

Definition at line 49 of file forcedPhotImage.py.

◆ references

lsst.meas.base.forcedPhotImage.ForcedPhotImageConfig.references
staticinherited
Initial value:
= lsst.pex.config.ConfigurableField(
target=MultiBandReferencesTask,
doc="subtask to retrieve reference source catalog"
)

Definition at line 45 of file forcedPhotImage.py.


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