daq: changed auto loop centring angles to -45 and -90 to reduce glare from smargon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user