Closedown

This commit is contained in:
gobbo_a
2017-05-04 13:23:53 +02:00
parent 33e2f84f5e
commit 04c51785c1
+3 -2
View File
@@ -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)