GSLSersicMixInterpolator#

class lsst.gauss2d.fit.GSLSersicMixInterpolator#

Bases: SersicMixInterpolator

Attributes Summary

Methods Summary

integralsizes(self, sersicindex)

integralsizes_derivs(self, sersicindex)

Attributes Documentation

correct_final_integral#
final_correction#
interptype#
order#

Methods Documentation

integralsizes(self: lsst.gauss2d.fit._gauss2d_fit.GSLSersicMixInterpolator, sersicindex: SupportsFloat | SupportsIndex) list[lsst.gauss2d.fit._gauss2d_fit.IntegralSize]#
integralsizes_derivs(self: lsst.gauss2d.fit._gauss2d_fit.GSLSersicMixInterpolator, sersicindex: SupportsFloat | SupportsIndex) list[lsst.gauss2d.fit._gauss2d_fit.IntegralSize]#