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

Commit

Permalink
Put thawing in a group
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Aug 13, 2024
1 parent 2384be2 commit 1fe22d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/hyperion/experiment_plans/robot_load_then_centre_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ def robot_load_and_snapshots():
except_plan=raise_exception_if_moved_out_of_cryojet,
)

yield from bps.abs_set(composite.thawer.thaw_for_time_s, params.thawing_time)
yield from bps.abs_set(
composite.thawer.thaw_for_time_s,
params.thawing_time,
group="thawing_finished",
)
yield from wait_for_smargon_not_disabled(composite.smargon)

yield from take_robot_snapshots(
Expand Down

0 comments on commit 1fe22d1

Please sign in to comment.