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...`,
45
+
`Clicked on position (${x}, ${y}) (px relative to beam centre) in original stream. Relative position in um (${x_um}, ${y_um}). Submitting to BlueAPI...`
35
46
);
36
47
const[x_int,y_int]=[Math.round(x),Math.round(y)];
37
48
if(Number.isNaN(x_um)||Number.isNaN(y_um)){
38
49
console.log(
39
-
"Not submitting plan while disconnected from PVs!",
50
+
"Not submitting plan while disconnected from PVs!"
40
51
);
41
52
}else{
42
53
// This is an example but not useful for actual production use.
0 commit comments