mri_to_ascii, a C code which reads a file containing MRI information in binary format, and writes an equivalent ASCII text file.
Usually, the ASCII data is created so that it can be modified in some way; if it is necessary to convert the modified data back to the MRI format, the ascii_to_mri command can be used.
mri_to_ascii prefixwhere
The information on this web page is distributed under the MIT license.
mri_to_ascii is available in a C version.
ascii_to_mri, a C code which converts translated ASCII text back to binary format.
mri_to_pgm, a C code which converts binary MRI information to a sequence of PGM graphics files.
pgh_mri, a data directory which contains examples of PGH MRI files, a format for storing brain scan data gathered by magnetic resonance imaging;