DAQ: Changed exposure time in auto_center raster grid request from 0.05 to 0.01

This commit is contained in:
2025-08-13 09:16:39 +02:00
parent 1afdb5851b
commit efa8e611f9
+1 -1
View File
@@ -808,7 +808,7 @@ class AareDAQ:
print(hex_string.upper())
if not self.__auto_center(RasterGridRequest(
exp_time_s=0.05,
exp_time_s=0.01,
file_prefix=sample_prefix + f"_{hex_string}",
smargon= SmargonCoordinate(),
n_x=1,