AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
February 28, 2011 11:11AM
If you are already familiar with some of the AFNI processing steps, you might want to use @auto_tlrc to put an anatomical, B0 or FA dataset in Talairach or MNI space and then use align_epi_anat.py to align the DWI or FA data to the anatomical and apply the combined transformation to put either in the standard space:

@auto_tlrc anat+orig
align_epi_anat.py -anat anat+orig -epi FA+orig -cost lpa -epi_base 0 _suffix _al2anat -tlrc_apar anat+tlrc -prep_off

or

# to do motion correction of DWI data at the same time
align_epi_anat.py -anat anat+orig -epi DWI+orig -cost lpa -epi_base 0 _suffix _al2anat -tlrc_apar anat+tlrc -volreg_method 3dAllineate

Note transforming the DWI data means you will have also have to rotate the gradient vectors before computing the tensor. See previous threads on how to do this:

[afni.nimh.nih.gov]
<[afni.nimh.nih.gov];

For you second question, use 3dUndump -srad to create spheres based on the anat+tlrc dataset, and then put back into original space using one of the methods suggested here:

[afni.nimh.nih.gov]
<[afni.nimh.nih.gov];


You can also check approaches like this one that combine AFNI with DTI-Query:
[openwetware.org]
[openwetware.org]

or the Tortoise package:
[www.tortoisedti.org]
[www.tortoisedti.org]
Subject Author Posted

Diffusion plugin questions

Steve February 27, 2011 10:34AM

Re: Diffusion plugin questions

Daniel Glen February 28, 2011 11:11AM

Re: Diffusion plugin questions

Steve March 01, 2011 03:33PM

Re: Diffusion plugin questions

Daniel Glen March 01, 2011 03:51PM