Closedown
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
from mathutils import estimate_peak_indexes, fit_gaussians, create_fit_point_list, Gaussian
|
||||
import java.awt.Color as Color
|
||||
|
||||
import mathutils
|
||||
mathutils.MAX_ITERATIONS = 100000
|
||||
|
||||
def fit(ydata, xdata = None, draw_plot = True):
|
||||
if xdata is None:
|
||||
xdata = frange(0, len(ydata), 1)
|
||||
|
||||
Reference in New Issue
Block a user