For future reference, if you must run time-consuming operation in the Slicer process then you can run it as a CLI module, which can be implemented in Python.
2 Likes
For future reference, if you must run time-consuming operation in the Slicer process then you can run it as a CLI module, which can be implemented in Python.