lsst.meas.modelfit  13.0-11-g2fa83af+12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Pages
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFrameConfig Class Reference
Inheritance diagram for lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFrameConfig:
lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxConfig

Public Member Functions

def setDefaults
 
def validate
 

Static Public Attributes

tuple models
 
tuple sequence
 

Detailed Description

Definition at line 191 of file psfContinued.py.

Member Function Documentation

def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFrameConfig.setDefaults (   self)

Definition at line 193 of file psfContinued.py.

def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxConfig.validate (   self)
inherited

Definition at line 98 of file psfContinued.py.

Member Data Documentation

tuple lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxConfig.models
staticinherited
Initial value:
1 = lsst.pex.config.ConfigDictField(
2  keytype=str,
3  itemtype=GeneralPsfFitterConfig,
4  doc="a dictionary of models that can be used to fit the PSF",
5  default={} # populated in setDefaults; can't do it on a single line
6  )

Definition at line 62 of file psfContinued.py.

tuple lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxConfig.sequence
staticinherited
Initial value:
1 = lsst.pex.config.ListField(
2  dtype=str,
3  doc=("a sequence of model names indicating which models should be fit,"
4  " and their order"),
5  default=["DoubleShapelet"]
6  )

Definition at line 68 of file psfContinued.py.


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