Replies: 1 comment 1 reply
-
Yes, can you upload the images so we can recreate on our end? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just read the excellent chapter, "Mapping the Spatial Distribution of Lesions in Stroke: Effect
of Diffeomorphic Registration Strategy in the ATLAS Dataset" by Avants & Tustison from Pustina and Mirman's "Lesion-to-Symptom Mapping" book.
I tend to favor bash commands over R but, nonetheless, I tried to implement your strategy on a lesioned brain. I was able to run the R commands and output the reflected brain. I set verbosity to TRUE then attempted to mimic the commands via ImageMath, antsRegistration. My results are very close to the ANTsR implementation but not quite the same.
For reference, say I have a T1 (T1.nii.gz). Using ANTs:
Using command-line/bash:
My bash results are quite good but something is a bit off (ever so slightly different rotation on the output image). I would be happy to upload my sample T1 if needed. Did I make any glaring mistakes or could someone recommend and tweaks to my parameters? Thank you for taking the time to read this and for your very informative book chapter.
Beta Was this translation helpful? Give feedback.
All reactions