Script execution

This commit is contained in:
gac-x04sa
2019-02-26 14:32:23 +01:00
parent 1506500288
commit a889c4735a
+1
View File
@@ -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()