Difference between revisions of "B0 & B1 mitigation using time-shifted spokes"

From MGH/MIT Parallel Transmission Resources
Jump to navigation Jump to search
Line 18: Line 18:
 
NOTE #1: These tools will only work for data acquired on Siemens scanners equipped with the "step 2" pTx system. For other systems you may have to adapt the code yourself.
 
NOTE #1: These tools will only work for data acquired on Siemens scanners equipped with the "step 2" pTx system. For other systems you may have to adapt the code yourself.
  
NOTE #2: These tools assume that there are two meas*.dat files in the working folder containing the raw data of two GRE acquisitions with TE # 1 = 6 ms and TE # 2 = 8 ms. I did not include my own files because they are too big for this Wiki. THese meas*.dat files can be saved after you have acquired the GRE data using the Twix scanner utility. The fieldMaps.fld is the standard file generated when clicking "save dataset" in the B1+ application of the Siemens "step 2" pTx system.
+
NOTE #2: These tools assume that there are two meas*.dat files in the working folder containing the raw data of two GRE acquisitions with TE # 1 = 6 ms and TE # 2 = 8 ms. I did not include my own files because they are too big for this Wiki. These meas*.dat files can be saved after you have acquired the GRE data using the Twix scanner utility. The file fieldMaps.fld is the standard file generated when clicking "save dataset" in the B1+ application of the Siemens "step 2" pTx system.

Revision as of 17:57, 6 October 2015

Citation

Coming up soon

What this code does

Coming up soon

Download files

Click here to download the Matlab code and here for the test dataset. You'll also need to download this zip file with a few utilities and add the un-zipped folder to your Matlab path.

If you are wondering how exactly I obtained the B0 and through-slice B0 gradient maps, download this zip file.

Instructions

Fitting the through-slice B0 gradient map

To perform this step, download and un-zip the file processPrescanData.zip. First, run the Matlab routine dump_g.m and then the routine dump_b1maps.m.

NOTE #1: These tools will only work for data acquired on Siemens scanners equipped with the "step 2" pTx system. For other systems you may have to adapt the code yourself.

NOTE #2: These tools assume that there are two meas*.dat files in the working folder containing the raw data of two GRE acquisitions with TE # 1 = 6 ms and TE # 2 = 8 ms. I did not include my own files because they are too big for this Wiki. These meas*.dat files can be saved after you have acquired the GRE data using the Twix scanner utility. The file fieldMaps.fld is the standard file generated when clicking "save dataset" in the B1+ application of the Siemens "step 2" pTx system.