Definition at line 938 of file fitting_toolkit.py.
00938 : 00939 z0, a, xmu, hwhm = p 00940 return z0+(a*hwhm**2)/((x-xmu)**2+hwhm**2) ##