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, ) ] )