DAQ: increased exposure time slightly for loop centering

This commit is contained in:
2025-07-18 10:27:23 +02:00
parent abab0aac10
commit 3eebdef584
+1 -1
View File
@@ -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
)
]
)