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
DMDetector: fix (yet another) endless loop case
The existing check for a drifted trace line was at the wrong spot. Perform the check before each projection. This is slightly less performant but therefore correct.