Marvin Boonmee
Instructions for using the IDL program
The IDL program to calculate T1, T2, and r images requires two series of MRI images saved in BIN format. The first series is the set of constant TR varying TE images, and the second series is the set of constant TE and varying TR images. The filenames of the images and the imaging parameters and then recorded in a DAT file. An example of such a DAT file is shown in the sample DAT file link.
In the sample DAT file, the first number
is the number of constant TR varying TE images (6 in this example), and
the next number (1000) is the TR value (ms). The next lines are the
TE values (ms) followed by the image filenames. The following line
is the filename the user specifies for storage of the calculated T2
image. In this example, the calculated T2 image was stored
as a TIF file as the values were quite large. The process is repeated
for the constant TE and varying TR images. The number of images (8)
and the TE value (15 ms) is entered. Then, the TR values (ms) followed
by the image filenames are entered. The next line is the filename
the user specifies for storage of the calculated T1 image, and
the last line is the filename for the r image,
both stored in BIN format for this example.
Running the code: