Skip to content
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

ANTs apply transform for template construction has hardcoded dimension = 3 #1718

Closed
mabulnaga opened this issue Apr 11, 2024 · 2 comments · Fixed by #1719
Closed

ANTs apply transform for template construction has hardcoded dimension = 3 #1718

mabulnaga opened this issue Apr 11, 2024 · 2 comments · Fixed by #1719

Comments

@mabulnaga
Copy link
Contributor

in the files antsMultivariateTemplateConstruction.sh and antsMultivariateTemplateConstruction2.sh, the calls to antsAI and antsApplyTransforms have hardcoded -d 3, when they should instead be -d ${DIM}. This was causing errors when trying to construct 2D templates.

@cookpa
Copy link
Member

cookpa commented Apr 11, 2024

Oops, my mistake. Workaround with an initial template (-z), I will fix

@mabulnaga
Copy link
Contributor Author

I just sent in a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants