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  

|
May 24, 2006 08:45AM
I think 3dmaskave can operate on only one effective mask at a
time. However you need only loop over the mask values, not the
sub-bricks. Consider this tcsh script:

set max = 7 # number of mask regions
foreach maskval ( `count -digits 2 1 $max` )
3dmaskave -quiet -mrange $maskval $maskval -mask mask+orig \
epi+orig > rm.$maskval.1D
end
1dcat rm.??.1D > maskave.$max.1D
\rm -f rm.??.1D

1dplot maskave.$max.1D

- rick

Subject Author Posted

Assigning ROI for Statical Analysis

Matt May 23, 2006 04:20PM

Re: Assigning ROI for Statical Analysis

rick reynolds May 23, 2006 04:38PM

Re: Assigning ROI for Statical Analysis

Matt May 23, 2006 06:30PM

Re: Assigning ROI for Statical Analysis

rick reynolds May 23, 2006 06:36PM

Re: Assigning ROI for Statical Analysis

Matt May 23, 2006 10:01PM

Re: Assigning ROI for Statical Analysis

rick reynolds May 24, 2006 08:45AM

Re: Assigning ROI for Statical Analysis

Zhark, Emperor May 24, 2006 09:19AM