ASCII_TO_MRI is a C program which reads a file containing MRI information in ASCII text format, and restores it to its original binary format.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
MRI_TO_ASCII is an executable C program which converts binary MRI information to ASCII text format.
ascii_to_mri file.txt file.dat
You can go up one level to the C source codes.