Closedown

This commit is contained in:
gac-x04sa
2019-02-26 15:47:41 +01:00
parent fc9bb35bc4
commit 9f1eb84bbc
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#Tue Feb 26 15:36:16 CET 2019
count_time=1.0
#Tue Feb 26 15:41:50 CET 2019
count_time=0.1
geometry=fourcv
roi=190 45 290 125
+5 -3
View File
@@ -3,8 +3,7 @@ import os.path
class ImageFilename(DeviceBase, Readable, Readable.StringType):
def __init__(self, pixel):
DeviceBase.__init__(self, "image filename")
self.setParent(pixel)
self.timeout = None
self.setParent(pixel)
def read(self):
return self.getParent().get_image_filename()
@@ -25,7 +24,10 @@ class Pixel(DeviceBase, Readable, Readable.IntegerType):
self.threshold2 = 500
self.threshold3 = 8000
self.threshold4 = 100000
self.exposure_start_time = 0
self.exposure_start_time = 0
self.timeout = None
self._update_header_length()
def doInitialize(self):