Closedown

This commit is contained in:
gobbo_a
2017-01-09 18:35:46 +01:00
parent 5c6f0e39ad
commit 71db608d95
11 changed files with 20 additions and 20 deletions
@@ -44,6 +44,6 @@ plot(r.getReadable(2), xdata=r.getReadable(1), title = "Centroid excursion")
# save the entry in the logbook
msg = str(r)
msg = msg + "\nFile: " + get_context().path
msg = msg + "\nFile: " + get_exec_pars().path
msg = msg + "\n\n" + r.print()
elog("Gun solenoid current scan", msg , get_plot_snapshots())
+1 -1
View File
@@ -2,6 +2,6 @@
a= rscan(ao1, (ai1,ai2), [(0,5,5), (10,15,20), (20,25,5)] , 0.01)
msg = str(a)
msg = msg + "\nFile: " + get_context().path
msg = msg + "\nFile: " + get_exec_pars().path
msg = msg + "\n\n" + a.print()
elog("Region scan", msg , get_plot_snapshots())
+2 -2
View File
@@ -5,7 +5,7 @@
#1D vector scan, plot to 1D Vector tab
vector = [ 1, 3, 5, 10, 25, 40, 45, 47, 49]
a= vscan(ao1,(ai1,ai2),vector,False, 0.5, context = "1D Vector")
a= vscan(ao1,(ai1,ai2),vector,False, 0.5, title = "1D Vector")
@@ -17,5 +17,5 @@ vector = [ [1,1] , [1,2] , [1,3] , [1,4] ,
[2.5,2.5] ,
[3,1] , [3,2] , [3,3] , [3,4] ]
a= vscan((m1,m2),(ai1,ai2),vector,False, 0.1, context = "2D Vector")
a= vscan((m1,m2),(ai1,ai2),vector,False, 0.1, title = "2D Vector")