From c417a8567607bf1f31853ac511446a542ef2192c Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 29 Aug 2016 11:49:57 +0200 Subject: [PATCH] Script execution --- script/Alignment/Laser_gun_alignment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/Alignment/Laser_gun_alignment.py b/script/Alignment/Laser_gun_alignment.py index 81c9fe4..60d099a 100755 --- a/script/Alignment/Laser_gun_alignment.py +++ b/script/Alignment/Laser_gun_alignment.py @@ -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)