Skip to content

Commit

Permalink
Merge pull request #447 from DiamondLightSource/hyperion_1244_fixes_f…
Browse files Browse the repository at this point in the history
…rom_deployment

Hotfixes from deploying latest Hyperion
  • Loading branch information
DominicOram authored Apr 19, 2024
2 parents 19f4f7d + 3745ab3 commit fed0040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dodal/beamlines/i03.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def panda(wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False) -
return device_instantiation(
PandA,
"panda",
"-EA-PANDA-01",
"-EA-PANDA-01:",
wait_for_connection,
fake_with_ophyd_sim,
)
Expand Down
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.15
run_up_distance_mm: float = 0.16


class PandAFastGridScan(Device):
Expand Down

0 comments on commit fed0040

Please sign in to comment.