docs(LamNI): drop misleading "(0 deg)" from rotation-centre click prompts
CI for csaxs_bec / test (push) Successful in 3m47s
CI for csaxs_bec / test (pull_request) Successful in 4m10s

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 <noreply@anthropic.com>
This commit is contained in:
x01dc
2026-07-27 10:25:49 +02:00
co-authored by Claude Sonnet 5
parent 83f9a6bb59
commit 3e645ff85d
@@ -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)