From eaeb76bf2adeeb1a4525c4c0f2c5cffd3d26028b Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Thu, 18 Sep 2025 10:07:57 +0200 Subject: [PATCH] DAQ - MODELS: only loop centre on 1 x zoom --- common/src/aaredaqlib/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/src/aaredaqlib/models.py b/common/src/aaredaqlib/models.py index 8bce76ec..33405945 100644 --- a/common/src/aaredaqlib/models.py +++ b/common/src/aaredaqlib/models.py @@ -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, ) ] )