We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-d 4
As reported in #1717
antsApplyTransforms -d 4 -r fixed.nii.gz -i moving.nii.gz -t antsregsyn_1Warp.nii.gz -o output.nii.gz --verbose
This will run without errors though the output will be wrong.
The text was updated successfully, but these errors were encountered:
Actually I might have fixed this already in #1694, will check
Sorry, something went wrong.
OK confirmed, it still allows
antsApplyTransforms -d 4 -r fixed.nii.gz -i timeseries.nii.gz -t antsregsyn_1Warp.nii.gz -o output.nii.gz --verbose
where timeseries.nii.gz is 4D, but the warp is only 3D. But it only then outputs the first volume, so it will be obviously wrong.
No branches or pull requests
As reported in #1717
This will run without errors though the output will be wrong.
The text was updated successfully, but these errors were encountered: