lsst.meas.modelfit g591dd9f2cf+9443c4b912
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin Class Reference
Inheritance diagram for lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin:
lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin

Public Member Functions

 __init__ (self, config, name, schemaMapper, metadata)
 
 measure (self, measRecord, exposure, refRecord, refWcs)
 
 fail (self, measRecord, error=None)
 

Static Public Member Functions

 getExecutionOrder ()
 

Static Public Attributes

 ConfigClass = GeneralShapeletPsfApproxForcedConfig
 

Detailed Description

Minimal subclass of GeneralShapeletPsfApproxMixin to conform to the
forced measurement API.

This class simply provides __init__ and measure methods that matched the
ForcedPlugin signatures and delegate to the
GeneralShapeletPsfApproxMixin's implementations.

Definition at line 238 of file psfContinued.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.__init__ ( self,
config,
name,
schema,
metadata )
Initialize the plugin, creating a sequence of GeneralPsfFitter
instances to do the fitting and MultiShapeletFunctionKey instances to
save the results to a record.

Reimplemented from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin.

Definition at line 255 of file psfContinued.py.

Member Function Documentation

◆ fail()

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.fail ( self,
measRecord,
error = None )

◆ getExecutionOrder()

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.getExecutionOrder ( )
static

Definition at line 252 of file psfContinued.py.

◆ measure()

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.measure ( self,
measRecord,
exposure,
refRecord,
refWcs )
Fit the configured sequence of models the given Exposure's Psf, as
evaluated at measRecord.getCentroid(), then save the results to
measRecord.

Reimplemented from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin.

Definition at line 261 of file psfContinued.py.

Member Data Documentation

◆ ConfigClass

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.ConfigClass = GeneralShapeletPsfApproxForcedConfig
static

Definition at line 249 of file psfContinued.py.


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