lsst.meas.modelfit
13.0-11-g2fa83af+12
|
Public Member Functions | |
def | __init__ |
def | measure |
def | fail |
def | measure |
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 242 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.__init__ | ( | self, | |
config, | |||
name, | |||
schemaMapper, | |||
metadata | |||
) |
Definition at line 256 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.fail | ( | self, | |
measRecord, | |||
error = None |
|||
) |
Definition at line 265 of file psfContinued.py.
|
static |
Definition at line 253 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.
Definition at line 143 of file psfContinued.py.
def lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxForcedPlugin.measure | ( | self, | |
measRecord, | |||
exposure, | |||
refRecord, | |||
refWcs | |||
) |
Definition at line 262 of file psfContinued.py.
|
static |
Definition at line 250 of file psfContinued.py.
|
inherited |
Definition at line 134 of file psfContinued.py.