Rob Campbell

Results 194 comments of Rob Campbell

I will try tomorrow if I get a chance. Ping me back if I don't do it.

Is it necessary to use the Elastix plugin in Lasagna? We aren't doing it, actually. We are running Elastix via a MATLAB script: https://github.com/SainsburyWellcomeCentre/ara_tools the command is `ARAregister` I know...

Good point. I've added the info.

Suggests that PyQt5 version 5.13.1 is bad but 5.13.0 is ok (https://github.com/pyqtgraph/pyqtgraph/issues/1011). I see the problem with 5.14.1

Confirmed. You can side-step this issue by doing: ``` pip uninstall pyqt5 pip install pyqt5==5.13.0 ```

Modified install files: 9846694d971e47beb117831a7f7a6dec3d557986 and e2a7a556cde336a772282cb8b9cfe0ec1a80bc01

Solution: try using an external mouse.

We should just add a warning dialog box. Can base it on the "about box" which right now even opens with "yes" / "no" buttons for no reason.

Seems to happen when the user moves the mouse quickly out of the Lasagna window. There is a lag between registering the mouse motion and reading where it is. I...

Seems tricky. I think we need a better way to figure out in which window the mouse was in.