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
This plan (moveWL3()) was ran several times during the week and this issue never came up. I also ran the same scans again (both RE(maxi(mono.thf2)) and moveWL3()) right after the error, and it was not reproduced.
My guess is that the fitting in the BestEffortCallback.peaks was not done when pos = peaks['max'][list(peaks['cen'].keys())[0]][0] was called. But not sure if the RE moves on even if the BestEffortCallback is not done.
The text was updated successfully, but these errors were encountered:
During the measurements we came along this error during a macro:
This plan (
moveWL3()
) was ran several times during the week and this issue never came up. I also ran the same scans again (bothRE(maxi(mono.thf2))
andmoveWL3()
) right after the error, and it was not reproduced.My guess is that the fitting in the
BestEffortCallback.peaks
was not done whenpos = peaks['max'][list(peaks['cen'].keys())[0]][0]
was called. But not sure if theRE
moves on even if theBestEffortCallback
is not done.The text was updated successfully, but these errors were encountered: