DoubleGaussianFunction2F#
- class lsst.afw.math.DoubleGaussianFunction2F#
Bases:
Function2FMethods Summary
__call__(self, x, y)clone(self)isPersistable(self)toString(self[, prefix])Methods Documentation
- __call__(self: lsst.afw.math.DoubleGaussianFunction2F, x: SupportsFloat, y: SupportsFloat) float#
- isPersistable(self: lsst.afw.math.DoubleGaussianFunction2F) bool#
- toString(self: lsst.afw.math.DoubleGaussianFunction2F, prefix: str = '') str#