lsst.meas.modelfit g9a9c865167+ee76a57405
Loading...
Searching...
No Matches
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

 setDefaults (self)
 validate (self)

Static Public Attributes

 models
 sequence

Detailed Description

Definition at line 187 of file psfContinued.py.

Member Function Documentation

◆ setDefaults()

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

◆ validate()

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

Definition at line 96 of file psfContinued.py.

Member Data Documentation

◆ models

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

Definition at line 60 of file psfContinued.py.

◆ sequence

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

Definition at line 66 of file psfContinued.py.


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