ASCII_TO_MRI
Conversion of MRI data from Text to Binary Format
ASCII_TO_MRI is an executable C program which reads a file containing
MRI information in ASCII text format, and restores it to its original
binary format.
Related Data and Programs:
MRI_TO_ASCII
is an executable C program which
converts binary MRI information to ASCII text format.
Usage:
ascii_to_mri file.txt file.dat
-
file.txt
-
the ASCII text file containing the MRI information.
-
file.dat
-
the name of the file into which the program should place the
binary version of the MRI information.
Source Code:
Examples and Tests:
-
roi.txt,
the ASCII text version of a set of MRI information.
-
roi.dat, the binary version of the MRI
information, as created by ASCII_TO_MRI.
You can go up one level to
the C source codes.
Last revised on 16 December 2007.