-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
antsMotionCorr --write-displacement no output #1797
Comments
I think it is |
I forgot to add that I already tried adding an explicit "true":
Still no love. I keep thinking I'm missing something obvious that I'm not seeing in my call.
|
You need to do it in two stages:
Then
|
Ok thanks ! Perhaps the doc needs an example. ANTs/Examples/antsMotionCorr.cxx Line 1746 in 592625b
|
If want motion estimates, should I also use Cheers and thanks again. |
Yes |
Examples in the usage would be good. There are some examples in the README.md on the main page, and others in the wiki. |
I'm beginning to understand the arguments now ! Cheers. |
The examples in |
Operating system and version
CentOS 7
CPU architecture
x86_64 (PC, Intel Mac, other Intel/AMD)
ANTs code version
ants-2.5.0
ANTs installation type
Compiled from source
Summary of the problem
When I use
antsMotionCorr
with the--write-displacements
options I see no displacement output.The input 4D NiFTI is a PET series.
Commands to reproduce the problem.
antsMotionCorr --write-displacement -m CC -d 3 -o ".nii.gz" -p Linear -t Rigid -o ave.nii.gz -a PET_4frames.nii.gz
Output of the command with verbose output.
ANTSVERSION=ants-2.5.0
ls
ave.nii.gz
Data to reproduce the problem
BRAIN_AC_ADNIrecon_2024.02.21.nii.gz
The text was updated successfully, but these errors were encountered: