-
Notifications
You must be signed in to change notification settings - Fork 12
Image Reconstruction
This script reconstructs images based on raw data and trajectory file.
To run MRF_recon.m, MIRT (Michigan Image Reconstruction Toolbox) is required. The script will ask the user to locate a .dat raw data file and a .mat trajectory file, convert the .dat file to .mat file, multiply the density compensation function (dcf) with raw data, and then reconstruct the data using sliding window and complex coil combination method. The following details each step.
- The script reads a .dat raw data and convert it to .mat raw data as shown below, then concatenates the data from different partitions. A sample raw data file can be found in Sample_Data/T1_plane_raw_data.dat. The data is acquired using the sequence described in Sequence design part.
Then it will generate reconstructed image as shown below (all 1000 time points).
To test this module, please run Image_Reconstruction/MRF_recon_demo.m. This script calls MRF_recon.m and reconstruct images based on input trajectory and raw data file.
[1] Roemer P, Edelstein W, Hayes C, Souza S, Mueller O. The NMR phased array. Magn Reson Med. 1990;16(2):192-225. doi:10.1002/mrm.1910160203