History of AFNI updates  

|
July 07, 2020 04:11PM
I will add on to Paul's advice here.
1. Consider '-stdevNOD' if you do not want detrending across datasets before computing the standard deviation.

2. Catenated datasets. Many AFNI programs including 3dTstat can take quoted and wildcard datasets as a "single" input dataset. See the 3dcalc help section on "CATENATED AND WILDCARD DATASET NAMES".
3dTstat -stdevNOD -prefix test1sdNOD.nii.gz 'mysubjs/*/PA*.nii.gz'


3. 3dMean. If you have a lot of datasets to compute over, this program will do the computations more efficiently because it only loads one dataset at a time rather than all of them at the same time. The option "-sd" can be used to compute the standard deviation.
3dMean -sd -prefix testsdsd.nii.gz mysubjs/*/PA*.nii.gz
Subject Author Posted

compute voxel by voxel standard deviation across subjects

Christine Smith July 07, 2020 02:38PM

Re: compute voxel by voxel standard deviation across subjects

ptaylor July 07, 2020 03:08PM

Re: compute voxel by voxel standard deviation across subjects

Daniel Glen July 07, 2020 04:11PM

Re: compute voxel by voxel standard deviation across subjects

Christine Smith July 07, 2020 05:15PM

Re: compute voxel by voxel standard deviation across subjects

ptaylor July 07, 2020 06:08PM