lsst.meas.modelfit  15.0-3-g150fc43+8
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin Class Reference
Inheritance diagram for lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin:
lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin

Public Member Functions

def __init__ (self, config, name, schema, metadata)
 
def measure (self, measRecord, exposure)
 
def fail (self, measRecord, error=None)
 

Static Public Member Functions

def getExecutionOrder ()
 

Public Attributes

 sequence
 

Static Public Attributes

 ConfigClass = GeneralShapeletPsfApproxSingleFrameConfig
 

Detailed Description

Minimal subclass of GeneralShapeletPsfApproxMixin to conform to the
single-frame measurement API.

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

Definition at line 203 of file psfContinued.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.__init__ (   self,
  config,
  name,
  schema,
  metadata 
)

Definition at line 217 of file psfContinued.py.

Member Function Documentation

◆ fail()

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

Definition at line 225 of file psfContinued.py.

◆ getExecutionOrder()

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

Definition at line 214 of file psfContinued.py.

◆ measure()

def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.measure (   self,
  measRecord,
  exposure 
)

Definition at line 222 of file psfContinued.py.

Member Data Documentation

◆ ConfigClass

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.ConfigClass = GeneralShapeletPsfApproxSingleFrameConfig
static

Definition at line 211 of file psfContinued.py.

◆ sequence

lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin.sequence
inherited

Definition at line 134 of file psfContinued.py.


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