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) → ndarray::Array<float, 2, 2>¶
 - 
getResi(self: lsst.meas.extensions.psfex.psf.Psf) → ndarray::Array<float, 2, 2>¶
 
-