ANTsX / ANTs

Advanced Normalization Tools (ANTs)
Apache License 2.0
1.16k stars 376 forks source link

Effect of ANTS SyN Registration to MNI on MD values #1043

Closed CallowBrainProject closed 3 years ago

CallowBrainProject commented 4 years ago

Hello,

I have recently warped my diffusion images to MNI space using the following process.

b0->T1 T1->MNI

Apply these registrations to MD, FA, and Gray matter segmentation maps to get in MNI space.

I am getting some large MD values (1-2.6 or so), when trying to extract diffusivity values from cortical gray matter. I have tried to account for Partial volume errors and the b-gradient used was 900mm/s^2. However, I was wondering if the non-linear registrations might also alter the MD values to the point where they might no longer be expected to fall into the same range?

Any thoughts you can provide on the matter would be greatly appreciated.

cookpa commented 4 years ago

The large diffusivity values usually result from interpolation errors. Try applying the transforms with -n NearestNeighbor.

CallowBrainProject commented 4 years ago

Thanks!