Closedown

This commit is contained in:
gac-x04sa
2018-10-30 10:49:32 +01:00
parent ce9250f079
commit d3a6e44f4d
+2 -2
View File
@@ -52,7 +52,7 @@ def trigger_detectors(position, scan):
if (count_time != 0):
if pix_is_on:
pixel.set_expose(count_time)
pix.start()
pixel.start()
if (count_time > 0):
mythen.set_acquire_time(count_time)
@@ -79,7 +79,7 @@ def trigger_detectors(position, scan):
if pix_is_on:
image_filename = pixel.get_image_filename()
count_id = pixel.doUpdate()
pixlogwrite()
pixel.logwrite()
else :
image_filename = None
count_id = + 1