lsst.meas.modelfit
21.0.0-3-g1b65d06+93d8e6309d
|
Public Member Functions | |
def | __init__ (self, config, name, schemaMapper, metadata) |
def | measure (self, measRecord, exposure, refRecord, refWcs) |
def | fail (self, measRecord, error=None) |
def | measure (self, measRecord, exposure) |
Static Public Member Functions | |
def | getExecutionOrder () |
Public Attributes | |
sequence | |
Static Public Attributes | |
ConfigClass = GeneralShapeletPsfApproxForcedConfig | |
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.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schemaMapper, | |||
metadata | |||
) |
Definition at line 255 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Reimplemented from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin.
Definition at line 264 of file psfContinued.py.
|
static |
Definition at line 252 of file psfContinued.py.
|
inherited |
Fit the configured sequence of models the given Exposure's Psf, as evaluated at measRecord.getCentroid(), then save the results to measRecord.
Reimplemented in lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.
Definition at line 141 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.measure | ( | self, | |
measRecord, | |||
exposure, | |||
refRecord, | |||
refWcs | |||
) |
Definition at line 261 of file psfContinued.py.
|
static |
Definition at line 249 of file psfContinued.py.
|
inherited |
Definition at line 132 of file psfContinued.py.