Summary of AFNI Capabilities

AFNI refers both to the interactive program of that name, and to the entire software package. The basic unit of data storage is the "3D dataset", which consists of one or more 3D arrays of voxel values (bytes, shorts, floats, or complex numbers), plus some control information stored in a header file.

Other AFNI Web pages


AFNI Built-in Functions
Just the most obvious ones (much of the "fun" of AFNI comes from finding the unobvious functions):
Command Line Programs
These programs are often used in batch processing scripts. They take as input 3D AFNI datasets, and compute new 3D datasets as output. The results can then be displayed or further processed with the interactive AFNI program.
Interactive AFNI Plugins
Plugins are a way to add functionality to AFNI without modifying the core software. There is a 40 page programming manual to aid in the creation of new plugins.