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, 2019 11:12AM
Thanks a lot Peter!

While, just to be clear, if I transform a surface data to a volume data with the suma_MNI152* spec and surfVol file, the resulted volume data will be in standard space(in this case, MNI space), right? There is no need to do any warp or @auto_tlrc?

Following the above question, I did the transformation with MNI152 spec and surfVol file, the volume data I got is super big, as 3.3 GB for each hemi. There are 54 subbicks in the group analysis result, since I am using T1 from MNI152 as the grid parent, the volume data would be bigger, but I assume it wouldn't be such bigger, right? Would you suggest using the T1 as the grid parent?

See below my surf2vol code.

best,
Meng
foreach hemi(lh rh)

			3dSurf2Vol \
				-spec "$spath"/suma_MNI152_2009/std.141.MNI152_2009_"$hemi".spec \
				-surf_A smoothwm \
				-surf_B pial \
				-sv "$spath"/suma_MNI152_2009/MNI152_2009_SurfVol.nii \
				-grid_parent "$spath"/suma_MNI152_2009/T1.nii \
				-sdata "$hemi"_group_MVM.niml.dset \
				-datum float \
				-map_func max_abs \
				-f_steps 10 \
				-f_index voxels \
				-prefix ./"$hemi"_group_MVM
			
end



Edited 3 time(s). Last edit at 02/28/2019 02:43PM by Liu Mengxing.
Subject Author Posted

report surface-based group analysis results in common space

Liu Mengxing February 28, 2019 07:49AM

Re: report surface-based group analysis results in common space

Peter Molfese February 28, 2019 09:52AM

Re: report surface-based group analysis results in common space

Liu Mengxing February 28, 2019 11:12AM

Re: report surface-based group analysis results in common space

Peter Molfese February 28, 2019 02:04PM

Re: report surface-based group analysis results in common space

Liu Mengxing February 28, 2019 03:16PM

Re: report surface-based group analysis results in common space

Daniel Glen March 01, 2019 02:53PM

Re: report surface-based group analysis results in common space

Liu Mengxing March 01, 2019 03:28PM

Re: report surface-based group analysis results in common space

rick reynolds March 01, 2019 03:37PM

Re: report surface-based group analysis results in common space

Liu Mengxing March 01, 2019 04:00PM

Re: report surface-based group analysis results in common space

rick reynolds March 01, 2019 04:25PM