Script execution

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