chore: cleanup unused code
This commit was merged in pull request #238.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user