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 31, 2018 11:09PM
I have get the MTG Roi from an anatomical brain using the script below. This MTG cortical region running from the parietal lobe to the entire length of the temporal lobe through the middle temporal gyrus. But i need to get Angular gyrus from this cortical. How?
#############################
foreach type("MTG 605")
set ROI=(`echo $type | awk '{print $1}'`)
set n=(`echo $type | awk '{print $2}'`)
# foreach h(lh rh)
3dcalc -prefix lh_"$ROI"+tlrc. \
-a ROIs_lh+tlrc. \
-expr "step(equals(a,$n))"
end
##########################
Subject Author Posted

how to get anatomical ROI (Angular gyrus)

xiangyang July 31, 2018 11:09PM

Re: how to get anatomical ROI (Angular gyrus)

ptaylor August 01, 2018 08:26AM

Re: how to get anatomical ROI (Angular gyrus)

Daniel Glen August 01, 2018 03:46PM