DAQ: temporarily disabled ALC when manually mounting - should be an option in the GUI to enable/disable

This commit is contained in:
2025-09-19 16:17:05 +02:00
parent 9c43eea736
commit 688c635be7
+2 -2
View File
@@ -335,8 +335,8 @@ class AareDAQ:
self.__set_state(BeamlineStateEnum.SampleAlignment)
if target is not None and target.location is not None:
self.__loop_center_sequence(target.db_id)
#if target is not None and target.location is not None:
# self.__loop_center_sequence(target.db_id)
@property
def camera_image(self) -> np.ndarray | None: