lsst.meas.base  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
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 35 of file forcedPhotCoadd.py.

Member Function Documentation

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

Definition at line 45 of file forcedPhotCoadd.py.

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

Definition at line 54 of file forcedPhotCoadd.py.

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


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