Psf¶
- 
class lsst.meas.extensions.psfex.Psf¶
- Bases: - pybind11_builtins.pybind11_object- Methods Summary - build(self, x, y, other)- clip(self)- getLoc(self)- getResi(self)- Methods Documentation - 
build(self: lsst.meas.extensions.psfex.psf.Psf, x: float, y: float, other: List[float] = []) → None¶
 - 
clip(self: lsst.meas.extensions.psfex.psf.Psf) → None¶
 - 
getLoc(self: lsst.meas.extensions.psfex.psf.Psf) → numpy.ndarray¶
 - 
getResi(self: lsst.meas.extensions.psfex.psf.Psf) → numpy.ndarray¶
 
-