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
May 07, 2009 07:09PM
Would you mind providing an example of the command you are using? If I create a 1 voxel mask doing the following, it seems to work with 3dROIstats, but I may not be understanding what it is you want to do.

# create a dummy dataset for testing
# tt.1D has one row with the line "50,50,50"
% 3dUndump -dimen 100 100 100 -prefix t -ijk tt.1D
# count the number of non-zero voxels in the dataset
% 3dBrickStat -count -non-zero t+orig.
1
# take the mean of the dataset using the same dataset as a mask
# it should have only 1 voxel with a value of 1.0
% 3dROIstats -mask t+orig t+orig
File Sub-brick Mean_1
t+orig 0[#0] 1.000000
Subject Author Posted

min voxel size for 3dmerge/3dROIstats?

Jinny May 07, 2009 05:07PM

Re: min voxel size for 3dmerge/3dROIstats?

Daniel Glen May 07, 2009 07:09PM

Re: min voxel size for 3dmerge/3dROIstats?

Jinny May 07, 2009 07:24PM

Re: min voxel size for 3dmerge/3dROIstats?

Jinny May 07, 2009 09:38PM