Closedown

This commit is contained in:
sfop
2016-08-29 12:16:05 +02:00
parent c417a85676
commit a541ff8f27
9 changed files with 113 additions and 77 deletions
+2 -1
View File
@@ -102,7 +102,7 @@ else:
(hx,hy)= convex_hull(x=r.getReadable(0), y=r.getReadable(1))
hx.append(hx[0]); hy.append(hy[0])
print "OK"
# save the entry in the logbook
gsa_log_msg = "Data file: " + get_context().path
gsa_log_msg = gsa_log_msg + "\nImages: " + str(number_images)
@@ -111,6 +111,7 @@ gsa_log_msg = gsa_log_msg + "\n\n" + r.print()
if do_elog:
elog("Gun solenoid current scan", gsa_log_msg , get_plot_snapshots())
_=[r, hx, hy]
set_return([r, hx, hy])