chore: cleanup unused code
CI for csaxs_bec / test (pull_request) Successful in 1m31s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 2s
CI for csaxs_bec / test (push) Successful in 1m34s

This commit was merged in pull request #238.
This commit is contained in:
2026-07-01 11:20:54 +02:00
parent 0fd5c26332
commit 4b05244df2
@@ -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: