MRI_TO_ASCII
Conversion of MRI data to Text Format


MRI_TO_ASCII is a C program which reads a file containing MRI information in binary format, and writes an equivalent ASCII text file.

Usage:

mri_to_ascii file.dat file.txt
file.dat
the binary file containing the MRI information.
file.txt
the name of the file into which the program should place the translated ASCII text of the MRI information.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

ASCII_TO_MRI is a C program which converts translated ASCII text back to binary format.

REGION is a FORTRAN90 library which reads an ASCII MRI file and groups the voxels into regions.

Source Code:

Examples and Tests:

You can go up one level to the C source codes.


Last revised on 16 December 2007.