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  

|
January 30, 2014 02:25PM
If you want something while the binaries update you could use sub-brick selectors or value selectors with 3dCM. If your input file has 20 values in a single sub-brick, you could do something like:

for aNum in {1..20}
do 
     echo $aNum; 
     3dCM MyROIs+tlrc."<$aNum>";
done

The link that I see for the no.fink binaries is [afni.nimh.nih.gov]



Edited 3 time(s). Last edit at 01/30/2014 02:27PM by Peter Molfese.
Subject Author Posted

Centers for Predefined Clusters

mb January 30, 2014 01:29PM

Re: Centers for Predefined Clusters

Peter Molfese January 30, 2014 01:38PM

Re: Centers for Predefined Clusters

mb January 30, 2014 02:00PM

Re: Centers for Predefined Clusters

Peter Molfese January 30, 2014 02:25PM

Re: Centers for Predefined Clusters

mb January 30, 2014 02:43PM