From b95412c6da8d1f6ead0ee67b7b916f80749e7e30 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 26 Feb 2019 14:33:31 +0100 Subject: [PATCH] Script execution --- script/device/Image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/device/Image.py b/script/device/Image.py index cae970f..9d7a6b5 100644 --- a/script/device/Image.py +++ b/script/device/Image.py @@ -75,7 +75,6 @@ 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()