Skip to content

Commit

Permalink
Merge pull request #485 from DiamondLightSource/hyperion_1338_update_…
Browse files Browse the repository at this point in the history
…run_up_distance_for_panda

Increase panda runup distance from testing
  • Loading branch information
DominicOram authored Apr 29, 2024
2 parents 295b6ff + 816e11b commit 59c3908
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 59c3908

Please sign in to comment.