Martin Krämer
Martin Krämer
I can try to play around with the MATLAB wrapper and got some ideas on how to make it work. Can you post a minimal working example, best with phantom...
Looking into it I also can't see any nice solution for this, there are many limitations that really screw this up. 1) The MATLAB wrapper has no way of knowing...
> A quick note on (1): In the python wrapper, which I wrote to be very similar to the Matlab version, I had to make a similar compromise where the...
> I do not think parsing is as bad as you think. There are only a couple of commands where it makes sense to parse the output into an array....
Does napari support adding an event/callback that is called when napari is closed? For some cases as in #4377 it might work to have an event fired when napari is...
You are correct that this is apparently a magicgui problem, I tried running the following code using a simple QtWidget instead and the problem does not occur. ```python import napari...
I'm not so deep into magicgui that I fully understand the difference (except that the decorator somehow breaks). Nevertheless, your code seems to work, thank you for that! If you...
Yes, both this way and using pure pyqt5 and QWidget do work and will not crash when napari is repeatedly opened.
An equivalent for ```appendix``` but for the start of the Dockerfile would be perfect and should be sufficient to set up environment variables or other configs to make rep2docker work...
Just as an idea (haven't tested it though), would it maybe make more sense to use ```tempfile.TemporaryDirectory()```? According to the documentation this can be wrapped in a ```with``` call such...