diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/x_ray_eye_align.py b/csaxs_bec/bec_ipython_client/plugins/flomni/x_ray_eye_align.py index 98d5faa..732dbd9 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/x_ray_eye_align.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/x_ray_eye_align.py @@ -71,12 +71,6 @@ class XrayEyeAlign: # fit point instead of triggering another height correction. self._height_centered = False - # def _fetch_alignment_image(self): - # msg = self.client.connector.get_last(MessageEndpoints.device_preview("cam_xeye", "image")) - # if msg is None: - # return - # self.alignment_images.append(msg["data"].data) - def _save_alignment_data(self, file_path: str): os.makedirs(os.path.dirname(file_path), exist_ok=True) with h5py.File(os.path.expanduser(file_path), "w") as f: