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  

|
July 12, 2018 12:53PM
Hi there,

I am trying to bring the results of a surface group analysis done using 3dANOVA2, back into volume space using the 3dsurf2vol command. The following command works well except that it only seems to bring over the positive values from my contrasts and not the negative values. Any idea on what I am doing wrong or if there is some way to fix this?

Here is the command I am using:
for h in $hemi
do
3dSurf2Vol -spec std.141.MNI_N27_$h.spec \
-surf_A std.141.$h.smoothwm.gii \
-surf_B std.141.$h.pial.gii \
-sv MNI_N27_SurfVol.nii \
-sdata surfANOVA.$h.20.allTR.block.niml.dset \
-grid_parent MNI_N27_SurfVol.nii \
-map_func ave \
-f_p1_fr -0.2 \
-f_pn_fr 0.1 \
-prefix test.$h.nii
done
Subject Author Posted

3dsurf2vol negative values?

reWaugh July 12, 2018 12:53PM