Problem in Output of ants Registration interfaced via Nipype : FileNotFoundError output #1613
Unanswered
BastiaanvanTol
asked this question in
Q&A
Replies: 2 comments 10 replies
-
Can you please add all the output including reg.cmdline - so we can see what the ANTs command was |
Beta Was this translation helpful? Give feedback.
6 replies
-
You didn't use an |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I want to interface ANTs in Python using Nipype for cross-modal registration of MRI and PET images. I have compiled ANTs as suggested, and Nipype is working as well. I am able to import the Registration module via from
nipype.interfaces.ants import Registration
However, when I define the transformation parameters and I try to run the registration, I have not been able to deal with a FileNotFoundError that keeps appearing. It says:
No such file or directory '/Users/bastiaanvantol/Desktop/Tau_PET/output_ants/output_Composite.h5' for output 'composite_transform' of a Registration interface
Can anybody help me where this problem may lie, and suggestions how I can fix this?
Any help would be greatly appreciated, thanks!
Here's is the example code from the Nipype website that I use to try out interfacing:
Beta Was this translation helpful? Give feedback.
All reactions