Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Sep 9, 2024
1 parent fdba5d3 commit ea3f44c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ def _calculate_zoom_calibrator(oav: OAV):
return zoomcalibrator


def _move_to_position(pmac: PMAC, xmove: str, ymove: str):
"""Trigger pmac move to clicked position coordinates."""
yield from bps.abs_set(pmac.pmac_string, xmove, wait=True)
yield from bps.abs_set(pmac.pmac_string, ymove, wait=True)


def _move_on_mouse_click_plan(
oav: OAV, pmac: PMAC, beam_centre: Sequence[int], clicked_position: Sequence[int]
):
Expand Down

0 comments on commit ea3f44c

Please sign in to comment.