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  

|
April 01, 2019 12:38AM
Hi Rick,

I have a relevant question here. Actually, what I want to do is to nonlinearly-warp back the data from the standard space to individual native space. For example, I would like to obtain a set of masks (i.e., atlas) in each individual's native space. Those masks have been registered to a template in standard space. I used auto_warp.py to warp a subject's structural image to a template:

auto_warp.py -base template_t1.nii -input subject_t1.nii -skull_strip_input yes

Then, I consider using 3dNwarpApply with -iwarp option as follow:

3dNwarpApply -master subject_t1.nii -dxyz 2 -source atlas_masks.nii -iwarp -nwarp 'anat.un.aff.qw_WARP.nii anat.un.aff.nii.Xaff.1D' -ainterp NN -prefix atlas_native_space.nii

I am not sure if I understand option -iwarp correctly, but the result given by script above does not match the subject_t1 image. Actually, it is far away from the subject_t1 image. Could you help to take a look at if this script is the correct way to do this? If not, how can I achieve my goal (i.e., warp-back the masks from standard space to native space according to the nonlinear transformation of subject's t1 to the template)? Thanks!

Best,
Qiuhai
Subject Author Posted

Re: Nonlinear transform EPI data

qiuhai April 01, 2019 12:38AM

Re: Nonlinear transform EPI data

ptaylor April 01, 2019 11:21PM