LogTransformD#
- class lsst.gauss2d.fit.LogTransformD#
Bases:
TransformDMethods Summary
derivative(self, arg0)description(self)forward(self, arg0)reverse(self, arg0)Methods Documentation
- derivative(self: lsst.gauss2d.fit._gauss2d_fit.LogTransformD, arg0: SupportsFloat) float#
- description(self: lsst.gauss2d.fit._gauss2d_fit.LogTransformD) str#
- forward(self: lsst.gauss2d.fit._gauss2d_fit.LogTransformD, arg0: SupportsFloat) float#
- reverse(self: lsst.gauss2d.fit._gauss2d_fit.LogTransformD, arg0: SupportsFloat) float#