Closedown
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
now = time.time()
|
||||
run("Diagnostics/sig_process_wrapper")
|
||||
|
||||
#Loading test data
|
||||
@@ -26,5 +27,5 @@ gauss = [f.value(i)+off for i in x]
|
||||
|
||||
#Plotting results
|
||||
plot([y,rem, nor, gauss, s2, jit], ["signal", "rem", "nor", "gauss", "s2", "jit"], xdata = x, title="Fit")
|
||||
|
||||
|
||||
e=get_exec_pars()
|
||||
print "Execution Time = ", (time.time()-now)
|
||||
|
||||
Reference in New Issue
Block a user