Closedown
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user