DAQ - MODELS: only loop centre on 1 x zoom

This commit is contained in:
2025-09-18 10:07:57 +02:00
parent 2c15b42454
commit eaeb76bf2a
-3
View File
@@ -451,9 +451,6 @@ def def_loop_centering_zoom() -> LoopCenteringZoomModel:
z=[
LoopCenteringZoomModelElem(
zoom_value=1, sam_cam_gain=50.0, sam_cam_exp=0.05,
),
LoopCenteringZoomModelElem(
zoom_value=280, sam_cam_gain=50.0, sam_cam_exp=0.05,
)
]
)