Definition at line 946 of file fitting_toolkit.py.
00946 : 00947 z0, a, xmu, hwhm, exponent = p 00948 return z0+a*(hwhm**2/((x-xmu)**2+hwhm**2))**(0.5*exponent) 00949 if __name__=="__main__":