Usage: 3dAFNItoRaw [options] dataset Convert an AFNI brik file with multiple sub-briks to a raw file with
each sub-brik voxel concatenated voxel-wise.
The dataset is kept in the original data format (float/short/int) Options:
- -output / -prefix = name of the output file (not an AFNI dataset prefix)
- the default output name will be rawxyz.dat
- -datum float = force floating point output. Floating point forced if any
- sub-brik scale factors not equal to 1.
This program accepts datasets that are modified on input according to the following schemes:
‘r1+orig[3..5]’ {sub-brick selector} ‘r1+orig<100..200>’ {sub-range selector} ‘r1+orig[3..5]<100..200>’ {both selectors} ‘3dcalc( -a r1+orig -b r2+orig -expr 0.5*(a+b) )’ {calculation}
For the gruesome details, see the output of ‘afni -help’.
++ Compile date = Dec 16 2015
Enter search terms or a module, class or function name.