DAQ: vERICAL RASTER NOW USES 25% BEAM AS SIZE FOR VERTICAL STEP

This commit is contained in:
2025-11-20 09:29:31 +01:00
parent 8a0a6ed092
commit 241e94db19
+1 -1
View File
@@ -487,7 +487,7 @@ class AareDAQ:
#TODO generate y scan rather than had code for 1x50
grid.n_y = 50
grid.file_prefix = f"{old_prefix}_{grid.omega_deg}deg"
grid.grid_size_mm = Coordinate(x=geom.beam_size_mm.x, y=geom.beam_size_mm.y * 0.5)
grid.grid_size_mm = Coordinate(x=geom.beam_size_mm.x, y=geom.beam_size_mm.y * 0.25)
offset = Coordinate(x=0, y=-grid.n_y * grid.grid_size_mm.y / 2.0)
geom = self.sample_geometry
grid.smargon.sh_mm = geom.smargon.sh_mm + geom.smargon_nudge(offset)