|
lsst.meas.modelfit g9a9c865167+90bfeb2273
|
Public Member Functions | |
| __init__ (self, config, name, schema, metadata) | |
| measure (self, measRecord, exposure) | |
| fail (self, measRecord, error=None) | |
Static Public Member Functions | |
| getExecutionOrder () | |
Public Attributes | |
| list | 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 198 of file psfContinued.py.
| lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.__init__ | ( | self, | |
| config, | |||
| name, | |||
| schema, | |||
| metadata ) |
Definition at line 215 of file psfContinued.py.
| lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.fail | ( | self, | |
| measRecord, | |||
| error = None ) |
Reimplemented from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin.
Definition at line 223 of file psfContinued.py.
|
static |
Definition at line 212 of file psfContinued.py.
| lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxSingleFramePlugin.measure | ( | self, | |
| measRecord, | |||
| exposure ) |
Fit the configured sequence of models the given Exposure's Psf, as evaluated at measRecord.getCentroid(), then save the results to measRecord.
Reimplemented from lsst.meas.modelfit.psf.psfContinued.GeneralShapeletPsfApproxMixin.
Definition at line 220 of file psfContinued.py.
|
static |
Definition at line 209 of file psfContinued.py.
|
inherited |
Definition at line 132 of file psfContinued.py.