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  

|
March 23, 2021 12:54PM
The resolution of your functional data is likely much lower than that of the atlas. You need to resample the atlas to be the same grid of the dataset. For example here, you might use:

3dresample -master funcdset.nii -inset atlasdset.nii.gz -rmode NN -prefix atlas_rs.nii.gz

This assumes the functional dataset is in the same template "space" as the atlas by aligning to the appropriate template, in this case, MNI_2009c. Your example shows using @auto_tlrc, but that only does an affine transformation. It doesn't do a nonlinear alignment to align the data much better than that of an affine alignment alone. For that, you would probably use @SSwarper to compute the transformation of your anatomical data to the MNI 2009c template space. That program computes both affine and nonlinear alignment and skullstrips the dataset too. The EPI to anatomical alignment can be combined with that anatomical to template transformation. afni_proc.py is probably the easiest way to do all the combinations needed (motion correction, obliquity, EPI-anat, anat-template).
Subject Author Posted

@auto_tlrc with Schaefer 2018 atlas Attachments

ns March 22, 2021 01:38PM

Re: @auto_tlrc with Schaefer 2018 atlas

Daniel Glen March 22, 2021 05:09PM

Re: @auto_tlrc with Schaefer 2018 atlas

ns March 23, 2021 10:26AM

Re: @auto_tlrc with Schaefer 2018 atlas

Daniel Glen March 23, 2021 12:54PM

Re: @auto_tlrc with Schaefer 2018 atlas

ns March 25, 2021 03:05PM