Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix snapshot_plan
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Sep 1, 2023
1 parent e3b9dcc commit 13a02d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperion/snapshot_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def prepare_for_snapshot(backlight: Backlight, aperture: Aperture):
yield from bps.abs_set(backlight.pos, Backlight.IN, group="A")
yield from bps.abs_set(backlight, Backlight.IN, group="A")
# TODO get from beamlineParameters miniap_y_ROBOT_LOAD
aperture_y_snapshot_position = 31.40
aperture.wait_for_connection()
Expand Down

0 comments on commit 13a02d0

Please sign in to comment.