lsst.meas.modelfit
15.0-3-g150fc43+8
|
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 | |
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.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schema, | |||
metadata | |||
) |
Definition at line 217 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 225 of file psfContinued.py.
|
static |
Definition at line 214 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.measure | ( | self, | |
measRecord, | |||
exposure | |||
) |
Definition at line 222 of file psfContinued.py.
|
static |
Definition at line 211 of file psfContinued.py.
|
inherited |
Definition at line 134 of file psfContinued.py.