From a889c4735aca4bd5668431a4b8abd5395d6fdcd2 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 26 Feb 2019 14:32:23 +0100 Subject: [PATCH] Script execution --- script/device/Image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/device/Image.py b/script/device/Image.py index 9d7a6b5..cae970f 100644 --- a/script/device/Image.py +++ b/script/device/Image.py @@ -75,6 +75,7 @@ class Image(DeviceBase, Readable): threshold2 = self.pixel.threshold2 threshold3 = self.pixel.threshold3 threshold4 = self.pixel.threshold4 + time.sleep(3.0) print "Calculating intensity for: " + filename + " - threshold: " + str((threshold1, threshold2, threshold3, threshold4)) roi = get_roi()