Calling TORTOISE modules from Python
Hello,
I have had TORTOISE for a while now and was interested in incorporating the modules into my workflow. I am on MacOS Catalina (Version 10.15.7). and using python 3. I can run the following command from the terminal just fine:
ImportNIFTI -i /Users/Tyler/Vol_1_LR.nii -b /Users/Tyler/Vol_1_LR.bval -v /Users/Tyler/Vol_1_LR.bvec -p vertical
However, when I run it using subprocess in Python 3, like the following:
>>> import subprocess
- Read more about Calling TORTOISE modules from Python
- 1 comment
- Log in or register to post comments