Re: [mitk-users] Python and MITK

2020-04-20 Thread Floca, Ralf Omar
Hi, It should be supported. So you found a bug ;). You find the logic what is supported “to python” hidden at https://phabricator.mitk.org/source/mitk/browse/master/Modules/QtPython/QmitkPythonVariableStackTableModel.cpp$41 ff You find the logic what is supported “from python” hidden at https:/

Re: [mitk-users] Python and MITK

2020-04-17 Thread Neher, Peter
I will be happy to take a look as soon as the corona lockdown has ended. I added a corresponding task to phabricator. https://phabricator.mitk.org/T27324 Best, Peter Von: Floca, Ralf Omar Gesendet: Donnerstag, 16. April 2020 22:20 An: Neher, Peter ; Samuel Klistorner ; mitk-users@lists.sourc

Re: [mitk-users] Python and MITK

2020-04-16 Thread Floca, Ralf Omar
Hi, short answer: sadly no. Not in the workbench ☹ Reason: The mechanism currently used to transfer the image data is very primitive to say it politly. This is already very long on my would be great if we finally would refactor that code part and really make the images transparent accessible.

Re: [mitk-users] Python and MITK

2020-04-15 Thread Neher, Peter
Hi Samuel, you mean that the changes you are making in python are directly reflected in the MITK image? Unfortunately I don't know if that is supposed to work. I will try and look into this, but I never really used the python console. @Ralf, are you a python console user in MITK and maybe kno