fix: online changes to integrate devices in BEC

This commit is contained in:
e21206
2023-08-30 22:27:47 +02:00
parent d694f6594d
commit fbfa562713
10 changed files with 122 additions and 43 deletions

View File

@@ -247,6 +247,7 @@ class GalilController(Controller):
interval_x: int,
exp_time: float,
readtime: float,
**kwargs,
) -> tuple:
"""_summary_
@@ -266,9 +267,8 @@ class GalilController(Controller):
LimitError: Raised if the speed is above 2mm/s or below 0.02mm/s
"""
# time.sleep(0.2)
#
axes_referenced = self.controller.axis_is_referenced()
# Check limits
# TODO check sign of stage, or not necessary
check_values = [start_y, end_y, start_x, end_x]