increase sleep for camera to settle

This commit is contained in:
x12sa
2026-06-30 14:31:36 +02:00
committed by holler
co-authored by holler
parent 7c5ff011dc
commit fa55642f32
@@ -59,7 +59,7 @@ class XrayEyeAlign:
dev.fsh.fshopen()
time.sleep(0.5)
time.sleep(1)
# stop live view
if not keep_shutter_open:
self.gui.on_live_view_enabled(False)
@@ -146,11 +146,12 @@ class XrayEyeAlign:
if not self.test_wo_movements:
self.flomni.fosa_out()
self.flomni.ffzp_in()
self.flomni.feedback_disable()
fsamx_in = self.flomni._get_user_param_safe("fsamx", "in")
umv(dev.fsamx, fsamx_in - 0.25)
self.flomni.ffzp_in()
self.update_frame(keep_shutter_open)
self.gui.enable_submit_button(True)