``Decimate'' shrinks the input 3D volume by eliminating all
but every "factor"-th voxel in each direction. ``Average''
shrinks the input 3D volume by finding the mean within a ``factor''
window, replacing every ``factor''-th voxel in each direction
by that value and eliminating all other voxels.
type of shrink = decimate``type of shrink'' can be set to either ``decimate'' or ``average.'' ``shrink factor'' must have a value between two and ten, inclusive. The filename of the output image should be entered in the appropriate slot.
shrink factor = 2
output filename = shrink_vol
Philip Americus