daq: changed auto loop centring angles to -45 and -90 to reduce glare from smargon

This commit is contained in:
2025-09-05 17:17:51 +02:00
parent 125671617d
commit e94ba0a084
+2 -2
View File
@@ -742,9 +742,9 @@ class AareDAQ:
self.__devs.samcam_settings = SampleCameraSettings(exposure=s.sam_cam_exp, gain=s.sam_cam_gain)
self.__devs.zoom_sync(s.zoom_value)
if i % 2 == 0:
angles = (0, 90)
angles = (0, -45, -90)
else:
angles = (90, 0)
angles = (-90, -45, 0)
for angle in angles:
self.__devs.aerotech.move(angle, wait=True)
filename = None