I’m developing an extension to run some FreeSurfer commands inside Slicer. Python CLI modules seem perfect because all I need is a GUI for running existing external commands. So far I have the SynthStrip command implemented and it works very well. The only issue is there is no way to know what is happening while the module is running, which for some commands might take several minutes or longer. As far as I understand, a scripted module would block the GUI, which would not be a good trade-off I think.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Slicer main UI freezes during python scripted module execution | 6 | 1329 | January 25, 2018 | |
Write a python CLI module but do not show in the slicer app | 9 | 480 | June 24, 2021 | |
Use existing slicer modules with python and cli | 5 | 2682 | May 1, 2018 | |
Basic questions on CLI modules vs Scripted Modules | 3 | 376 | March 22, 2020 | |
Trigger event when CLI run has completed | 1 | 546 | August 14, 2018 |