``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''3 window, replacing every ``factor''-th voxel in each direction by that value and eliminating all other voxels.
shrink_type = 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