matlab calls from within fRAT
#17
schluppeck
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi elliot,
... looking at the NORDIC code with all the wrinkles, etc. rehashing that in python seems like not the right way to go (as we talked about). To call
NORDICand related matlab functions from within your code would be a nice feature, though ... esp thinking about you working through several datasets using maybe a script to run that.I had a play around on my macOS laptop to find minmal steps to set up and run and it's not that painful. once you feel a bit better (🦠!) have a look and see what you think...
NIPYPE, matlab setup
minimal working example / matlab
to set up matlab as a command line call, I did:
# ln -s real_path fake_path sudo ln -s /Applications/MATLAB_R2021a.app/bin/matlab /usr/local/binas
/usr/local/binis on my path and the python shell inherits the path variable, this looks like it works. then:and
NORDIC test
... working towards running the
NORDICorNORDIC_NIFTIcommands you could explore this direction:Beta Was this translation helpful? Give feedback.
All reactions