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  

|
Daniel Glen
November 09, 2009 05:29PM
3dDespike uses a dilated automask by default. You can turn this off if you want and mask the dataset separately as you would like. You can count the number of non-zero voxels in the spikiness dataset to get the number of voxels in the default mask. Count the number of voxels that exceed the limit, as you suggested, on the spikesum dataset.

set total = `3dBrickStat -count -non-zero spikiness+orig'[0]'`
set badvoxels = `3dBrickStat -count -non-zero spikesum+orig`
set percent = `ccalc "100 * $badvoxels / $total"`

echo $badvoxels $total $percent
35704 2099405 1.700672

echo # badvoxels total percent
# badvoxels total percent
echo $badvoxels $total $percent
35704 2099405 1.700672
Subject Author Posted

Despike

Michael Amlung November 09, 2009 01:20PM

Re: Despike

Daniel Glen November 09, 2009 02:29PM

Re: Despike

Michael Amlung November 09, 2009 02:53PM

Re: Despike

Daniel Glen November 09, 2009 05:29PM

Re: Despike

Michael Amlung November 09, 2009 08:54PM

Re: Despike

Michael November 13, 2009 03:48PM

Re: Despike

Michael November 13, 2009 03:55PM

Re: Despike

Daniel Glen November 13, 2009 04:53PM