Skip to content

Commit

Permalink
Remove old instance of smaract vertical goniometer and use the new on…
Browse files Browse the repository at this point in the history
…e in dodal
  • Loading branch information
noemifrisina committed Jun 23, 2023
1 parent bcd3505 commit 5e35ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
7 changes: 3 additions & 4 deletions src/mx_bluesky/I24/exercise_smaract_motors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@

import bluesky.plan_stubs as bps
from bluesky import RunEngine

from .smaract import SmarAct
from dodal.devices.i24.i24_vgonio import VGonio

Point3D = namedtuple("Point3D", ("x", "y", "z"))


def move_xz_motors(smaract_motors: SmarAct, pos):
def move_xz_motors(smaract_motors: VGonio, pos):
yield from bps.mv()


def move_omega(smaract_motors: SmarAct):
def move_omega(smaract_motors: VGonio):
yield from bps.mv(smaract_motors.omega, 45)


Expand Down
17 changes: 0 additions & 17 deletions src/mx_bluesky/I24/smaract.py

This file was deleted.

0 comments on commit 5e35ad5

Please sign in to comment.