From 3e645ff85debb75b3fc5a64585911c134bd0e9cb Mon Sep 17 00:00:00 2001 From: x01dc Date: Mon, 27 Jul 2026 10:25:49 +0200 Subject: [PATCH] docs(LamNI): drop misleading "(0 deg)" from rotation-centre click prompts Both prompts appear while lsamrot happens to be at 0 deg at that point in the procedure, but the click itself isn't specific to 0 deg -- just the current position. Co-Authored-By: Claude Sonnet 5 --- csaxs_bec/bec_ipython_client/plugins/LamNI/x_ray_eye_align.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csaxs_bec/bec_ipython_client/plugins/LamNI/x_ray_eye_align.py b/csaxs_bec/bec_ipython_client/plugins/LamNI/x_ray_eye_align.py index 9abe225..f4b4c13 100644 --- a/csaxs_bec/bec_ipython_client/plugins/LamNI/x_ray_eye_align.py +++ b/csaxs_bec/bec_ipython_client/plugins/LamNI/x_ray_eye_align.py @@ -853,7 +853,7 @@ class XrayEyeAlign: self.movement_buttons_enabled(True, True) center_x, center_y = self._collect_click( 1, - "Submit the rotation centre (0 deg).", + "Submit the rotation centre.", label=f"rotation centre, iter {iteration}", ) self.gui.set_live_view_signal("image") @@ -1164,7 +1164,7 @@ class XrayEyeAlign: self.movement_buttons_enabled(True, True) center_x, center_y = self._collect_click( 1, - "Submit the rotation centre (0 deg).", + "Submit the rotation centre.", label=f"rotation centre, iter {iteration}", ) delta_x, delta_y = self._compute_shift_to_fzp(fzp_x, fzp_y, center_x, center_y)