History of AFNI updates  

|
May 18, 2012 07:20PM
For the most part, AFNI is setup for 3D computations. To do things slice wise, it might be simplest to cut the dataset into 1 slice thick pieces, operate on those, then glue them back together. The cutting can be done with program 3dZcutup and the glueing with program 3dZcat. The masking with 3dAutomask (if the slices are not too dim, it should work) plus 3dcalc, and the calculation of the average of nonzero values in the masked dataset with 3dBrickStat.

You'll have to read the help for each of these programs. Or hope that Daniel Glen chimes in with a script.
Subject Author Posted

Slice-by-slice normalization

Matt May 18, 2012 06:54PM

Re: Slice-by-slice normalization

Bob Cox May 18, 2012 07:20PM

Re: Slice-by-slice normalization

Daniel Glen May 20, 2012 10:10AM

Re: Slice-by-slice normalization

Matt May 25, 2012 12:31PM