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  

|
April 06, 2015 08:36PM
Assuming you have real valued voxels in ${seed} that you want to use as weights in addition to their defining the mask, something like the following should do what you want.

3dcalc -datum float -a ${seed} -b input.nii.gz -expr "a*b" -prefix output
3dmaskave -quiet -mask ${seed} output+tlrc.HEAD > ${seedName}.ts.1D

However, a very useful feature to 3dmaskave would be the addition of, for example, a -weights arguments that made 3dmaskave multiply in the value of each voxel in the mask against the corresponding voxels in the input dataset prior to the computation of the summary statistic would be fantastically useful.
Subject Author Posted

Appyling Probability Weights

Emily April 01, 2015 04:15PM

Re: Appyling Probability Weights and FEATURE REQUEST

Colm Connolly April 06, 2015 08:36PM