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

Diffeomorphic Registration using SyNRA #1019

Closed
asmaharry opened this issue Jun 7, 2020 · 4 comments
Closed

Diffeomorphic Registration using SyNRA #1019

asmaharry opened this issue Jun 7, 2020 · 4 comments

Comments

@asmaharry
Copy link

Diffeomorphic Registration using SyNRA with MI and reg_iterations=(40,20,0), on an image size of 240240155 took only 3 minutes, I am confused how this diffeomorphic registration is too fast? or is there any other parameters that i have to set.
please suggest me a good transformation type for diffeomorphic registration and the other parameters.

Originally posted by @asmaharry in #939 (comment)

@cookpa
Copy link
Member

cookpa commented Jun 7, 2020

Try antsRegistrationSyNQuick.sh and then antsRegistrationSyN.sh for parameter suggestions.

@cookpa
Copy link
Member

cookpa commented Jun 7, 2020

I think the "SyNRA" option is only in ANTsPy, in which case this issue really belongs on the ANTsPy page. It looks like RA means rigid + affine, so no deformable registration will be done with this option. That would explain why it's so fast.

There should be an option to do rigid + affine + deformable SyN.

@asmaharry
Copy link
Author

yes, you are right this is something like rigid+affine+deformable. can you please suggest me an option for deformable registration? I also tried SyN with CC and with MI.

@cookpa
Copy link
Member

cookpa commented Jun 7, 2020

If you run antsRegistrationSyN.sh with -t s, it will run a registration with some sensible parameters. It will print the exact call to antsRegistration so you can adjust from there.

For how to do this in Python, you'll need to ask on the ANTsPy page.

@cookpa cookpa closed this as completed Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants