ascii_to_mri


ascii_to_mri, a C code which reads a file containing MRI information in ASCII text format, and restores it to its original binary format.

Usually, the ASCII data was created by the program mri_to_ascii, after which it may have been modified in some way, and now needs to be rewritten into the MRI format.

Usage:

ascii_to_mri prefix
where

Licensing:

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

Languages:

ascii_to_mri is available in a C version.

Related Data and Programs:

ascii_to_mri_test

mri_to_ascii, a C code which converts binary MRI information to ASCII text 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;

Source Code:


Last revised on 24 December 2010.