From a7ea5fcd283f91193297282c2b028c47108621b9 Mon Sep 17 00:00:00 2001 From: x12sa Date: Fri, 26 Jun 2026 21:05:43 +0200 Subject: [PATCH] added manual shift y in the user query --- csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py | 1 + 1 file changed, 1 insertion(+) diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py index fc67d60..faa2885 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py @@ -2352,6 +2352,7 @@ class Flomni( self.frames_per_trigger = self._get_val( "Frames per trigger (burst)", self.frames_per_trigger, int ) + self.manual_shift_y = self._get_val(" um", self.manual_shift_y, float) self.single_point_instead_of_fermat_scan = bool( self._get_val( "Single point instead of fermat scan (acquire at angle) 1/0?",