Skip to content

Commit 1e1774b

Browse files
Fixing Rotate to option of mesh grid
Adjusted for mxcubecore containing AbstractDiffractometer
1 parent e733cfc commit 1e1774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mxcubeweb/core/components/sampleview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def rotate_to(self, sid):
350350
phi_value = round(float(cp.as_dict().get("phi", None)), 3)
351351
if phi_value:
352352
try:
353-
HWR.beamline.diffractometer.centringPhi.set_value(phi_value)
353+
HWR.beamline.diffractometer.omega.set_value(phi_value)
354354
except Exception:
355355
raise
356356

0 commit comments

Comments
 (0)