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 | |
---|---|---|---|---|
Calling scripted cli module Output | 6 | 58 | June 24, 2024 | |
Basic questions on CLI modules vs Scripted Modules | 3 | 358 | March 22, 2020 | |
Write a python CLI module but do not show in the slicer app | 9 | 447 | June 24, 2021 | |
Running a python module in the background | 8 | 1090 | February 23, 2023 | |
Running scripted-cli prevents QProcess from finishing | 1 | 377 | December 3, 2022 |