-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with 3d mouse brain extraction #62
Comments
Thanks for letting us know. It seems to me that nipype is having trouble accessing your local ants installation (because it is all ants tools that are throwing errors). Can you confirm what the output of the following command is?
|
It is also worth noting that the default for |
|
This is a problem with the computing environment, not a NiRodents bug.
I've never used AntsPy but I guess that it does not require the bash command line and works natively in Python, and so it is incompatible with Nipype. Although other NiPreps tools have considered replacing Nipype with AntsPy (nipreps/eddymotion#89), this is not something I would consider an urgent priority. To fix, install ants locally or try building a docker image from the provided Dockerfile which should create an environment with the correct dependencies. Feel free to reopen/open another issue if this does not work. |
What happened?
Hi, I followed the tutorial
brainextraction_tutorial.ipynb
and tried to extract the mouse brain from nii.gz. The image dimension is 256x256x156. I use spyder so I installednirodents
andniworkflows
using pip.Afterwards, a whole bunch of errors traceback popped up.
What command did you use?
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: