From 3eebdef58475580fe4dc32809170a4fce8886aa4 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 18 Jul 2025 10:27:23 +0200 Subject: [PATCH] DAQ: increased exposure time slightly for loop centering --- common/src/aaredaqlib/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/aaredaqlib/models.py b/common/src/aaredaqlib/models.py index 97bd33ed..026375db 100644 --- a/common/src/aaredaqlib/models.py +++ b/common/src/aaredaqlib/models.py @@ -123,7 +123,7 @@ def def_loop_centering_zoom() -> LoopCenteringZoomModel: return LoopCenteringZoomModel( z=[ LoopCenteringZoomModelElem( - zoom_value=280, sam_cam_gain=100.0, sam_cam_exp=0.05 + zoom_value=280, sam_cam_gain=100.0, sam_cam_exp=0.10 ) ] )