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

Commit

Permalink
(#863) Always configure the AD plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jan 14, 2024
1 parent 8475ca1 commit 7f9a0bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyperion/experiment_plans/pin_tip_centring_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def offset_and_move(tip: Pixel):
# See #673 for improvements
yield from bps.sleep(0.3)

# Set up the old pin tip centring as we will need it for grid detection. Remove once #1068 is done
yield from pre_centring_setup_oav(oav, oav_params, oav.mxsc)
yield from pre_centring_setup_oav(oav, oav_params, pin_tip_setup)

tip = yield from move_pin_into_view(pin_tip_detect, smargon)
Expand Down

0 comments on commit 7f9a0bc

Please sign in to comment.