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 d283ab5..ff189de 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 @@ -848,6 +848,7 @@ class XrayEyeAlign: "Watch the sample rotate and locate the stationary rotation centre..." ) self._live_sweep([180, 0]) + self.update_frame(keep_shutter_open) self.movement_buttons_enabled(True, True) center_x, center_y = self._collect_click( 1, @@ -868,8 +869,7 @@ class XrayEyeAlign: self.update_frame(keep_shutter_open) answer = ( input( - "Are you happy with this alignment, or shall we do another iteration? " - "[Y/n]: " + "Alignment acceptable -- stop here? [Y/n] (n = run another iteration): " ) .strip() .lower()