Brain
Image File Conversion/Import Tips
1.
How to read huge analyze file into MALAB (Dec 5, 2007)
/apps/linux/afni/3dMINCtoAFNI
This is the part of AFNI package
3. Converting BRIK to MINC
/apps/linux/afni/3dAFNItoMINC
This is the part of AFNI package
4. Loading BRIK into MATLAB
This is based on the AFNI MATLAB
package written by Ziad Saad of NIH.
BrikName='jacob2';
Opt.Format = 'matrix';
[err, image, Info, ErrMessage] = BrikLoad (BrikName, Opt);
% image = 181 x 217 x 181