From 1206357b3246294cc8681da688151af77a511be7 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 31 Aug 2016 15:28:56 +0200 Subject: [PATCH] Closedown --- script/camtool.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/script/camtool.py b/script/camtool.py index 72a050d..1faae0a 100644 --- a/script/camtool.py +++ b/script/camtool.py @@ -133,20 +133,16 @@ class CamTool(DeviceBase): while(True): try: timestamp = self.timestamp.read() - print "Current timestamp: ", timestamp + #print "Current timestamp: ", timestamp if not self.latch: self.cam_run.write(1) else: self.cam_latch.write(1) - print "Latched" start = time.time() - print "!", while(True): - print "*", val = self.timestamp.read() - print ".", if timestamp != val: - print "New timestamp: ", val + #print "New timestamp: ", val self.setCache(val) return if (time.time()-start) > self.grab_timeout: