Script execution

This commit is contained in:
sfop
2016-08-29 11:49:57 +02:00
parent c2c0a83716
commit c417a85676

View File

@@ -102,6 +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)