Skip to content

Commit

Permalink
(DiamondLightSource/hyperion#1338) Increase runup distance from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Apr 29, 2024
1 parent 295b6ff commit 816e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/panda_fast_grid_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PandAGridScanParams(GridScanParamsCommon):
at x_start, y1_start, z1_start and subsequent frames are N*step_size away.
"""

run_up_distance_mm: float = 0.16
run_up_distance_mm: float = 0.17


class PandAFastGridScan(Device):
Expand Down

0 comments on commit 816e11b

Please sign in to comment.