lsst.meas.modelfit  13.0-10-g4e34388+11
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

def __init__ (self, config, name, schemaMapper, metadata)
 
def measure (self, measRecord, exposure, refRecord, refWcs)
 
def fail (self, measRecord, error=None)
 
- Public Member Functions inherited from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin
def __init__ (self, config, name, schema)
 
def measure (self, measRecord, exposure)
 
def fail (self, measRecord, error=None)
 

Static Public Member Functions

def getExecutionOrder ()
 

Static Public Attributes

 ConfigClass = GeneralShapeletPsfApproxForcedConfig
 

Additional Inherited Members

- Public Attributes inherited from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin
 sequence
 

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 242 of file psfContinued.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.__init__ (   self,
  config,
  name,
  schemaMapper,
  metadata 
)

Definition at line 256 of file psfContinued.py.

Member Function Documentation

◆ fail()

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

Definition at line 265 of file psfContinued.py.

◆ getExecutionOrder()

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

Definition at line 253 of file psfContinued.py.

◆ measure()

def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.measure (   self,
  measRecord,
  exposure,
  refRecord,
  refWcs 
)

Definition at line 262 of file psfContinued.py.

Member Data Documentation

◆ ConfigClass

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

Definition at line 250 of file psfContinued.py.


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