You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Clicked on position (${x}, ${y}) (px relative to beam centre) in original stream. Relative position in um (${x_um}, ${y_um}). Submitting to BlueAPI...`
198
-
);
199
-
const[x_int,y_int]=[Math.round(x),Math.round(y)];
200
-
if(Number.isNaN(x_um)||Number.isNaN(y_um)){
201
-
console.log(
202
-
"Not submitting plan while disconnected from PVs!"
`Clicked on position (${x}, ${y}) (px relative to beam centre) in original stream. Relative position in um (${x_um}, ${y_um}). Submitting to BlueAPI...`
198
+
);
199
+
const[x_int,y_int]=[Math.round(x),Math.round(y)];
200
+
if(Number.isNaN(x_um)||Number.isNaN(y_um)){
201
+
console.log("Not submitting plan while disconnected from PVs!");
0 commit comments