Skip to content

Commit

Permalink
Revert accidental changes to experiemnt registry
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Jan 14, 2025
1 parent e240023 commit 8648ef4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
)
from mx_bluesky.hyperion.parameters.gridscan import HyperionThreeDGridScan
from mx_bluesky.hyperion.parameters.load_centre_collect import LoadCentreCollect
from mx_bluesky.hyperion.parameters.robot_load import HyperionRobotLoadThenCentre
from mx_bluesky.hyperion.parameters.rotation import MultiRotationScan, RotationScan


Expand All @@ -43,8 +44,8 @@ class ExperimentRegistryEntry(TypedDict):
| RotationScan
| MultiRotationScan
| PinTipCentreThenXrayCentre
| HyperionThreeDGridScan
| LoadCentreCollect
| HyperionRobotLoadThenCentre
]
callbacks_factory: CallbacksFactory

Expand Down Expand Up @@ -72,7 +73,7 @@ class ExperimentRegistryEntry(TypedDict):
},
"robot_load_then_centre": {
"setup": robot_load_then_centre_plan.create_devices,
"param_type": HyperionThreeDGridScan,
"param_type": HyperionRobotLoadThenCentre,
"callbacks_factory": create_robot_load_and_centre_callbacks,
},
"multi_rotation_scan": {
Expand Down

0 comments on commit 8648ef4

Please sign in to comment.