Differences between revisions 17 and 18
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:
 1. matlab // all matlab files
 2. scripts // grad_unwarp, create_displacement_table scripts
 3. grad_unwarp_tables // *.gvw files, table.mat, files contains the 1st harmonic coefficients
 4. sample_phantom_data // sample GE & Siemens phantom data, raw and distortion corrected
 5. bin // mri_convert - conversion utility for different data formats (DICOM, MGH, Analyze, COR, ...)
 
 || matlab || all matlab files ||
 || scripts || grad_unwarp, create_displacement_table scripts ||
 || grad_unwarp_tables || *.gvw files, table.mat, files contains the 1st harmonic coefficients ||
 || sample_phantom_data || sample GE & Siemens phantom data, raw and distortion corrected ||
 || bin || mri_convert - conversion utility for different data formats (DICOM, MGH, Analyze, COR, ...) ||

Gradient Gradient Non-linearity Correction Software Package

Author: Silvester Czanner (see also: SilvesterNotes)


  1. Overview of distortion correction code
  2. Limitations of the code
  3. Contents in distribution
  4. Setting up local environment variables for use
  5. Use instructions
  6. Support and contacts
  7. Acknowledgements

1. Overview of distortion correction code

Goal
To correct for image distortions in MRI data due to non-linearity of the magnetic fields from the imaging gradient coils.
Method

Described in: Jovicich J, Czanner S, Greve D, Haley E, Kouwe A, Gollub R, Kennedy D, Schmitt F, Brown G, MacFall J, Fischl B, Dale A. Reliability in Multi-Site Structural MRI Studies: Effects of Gradient Non-linearity Correction on Phantom and Human Data. NeuroImage NeuroImage (Apr 1;30(2):436-43, 2006)

Outline of steps involved:

  1. Obtain from your local Siemens or GE vendor the spherical harmonics expansion that represents the gradient coils used in the MRI system you want to correct. This is a text file with proprietory information.
  2. We provide a script (gradient_unwarp_converter.pl ) that reads the spherical harmonics text file and writes out the coefficients in a standard format (for example, avanto.coef).
  3. We provide a script (create_displacement_table) that reads in the standard formatted coefficients (e.g., avanto.coef) of your system and writes out a file that has the tables for displacements along the x,y,z axes and also the intensity correction table due to voxel size distortion (e.g., avanto.gwv).
  4. We provide a script (grad_unwarp) that reads in the correction tables of your system and the dicom image volume you want to correct and writes out the distortion corrected dicom volume. For more details on other image formats see Use instructions.

2. Limitations of the code

  • This distortion correction code has been tested on 3D structural images acquired on Siemens (Avanto, Sonata and Allegra gradients) and GE (CRM and BRM gradients) systems
  • This code consists of linux bash scripts that call matlab functions
  • This code has been developed for linux platforms and tested on RED HAT, Fedora Core 2
  • This code needs a Matlab license and an Image Toolbox license.
  • This code has been tested on Matlab's version 7.0 (r14)
  • We are working on creating a c-version of the code

3. Contents of distribution

The whole distribution package contains 5 subdirectories:

  • matlab

    all matlab files

    scripts

    grad_unwarp, create_displacement_table scripts

    grad_unwarp_tables

    *.gvw files, table.mat, files contains the 1st harmonic coefficients

    sample_phantom_data

    sample GE & Siemens phantom data, raw and distortion corrected

    bin

    mri_convert - conversion utility for different data formats (DICOM, MGH, Analyze, COR, ...)

4. Setting up local environment variables

You need to set up the following two variables:

Setup the environment variable GRAD_UNWARP_DIR to the grad_unwarp_bash directory. For example:

  • setenv GRAD_UNWARP_DIR /my_home_directory_path/grad_unwarp_bash

Setup the variable MATLAB to the path of your matlab executable file For example:

  • setenv MATLAB /space/lyon/6/pubsw/common/matlab/7.0/bin/matlab

With these environments you can define aliases to run the scripts:

  • alias grad_unwarp $GRAD_UNWARP_DIR/scripts/grad_unwarp

    alias create_displacement_table $GRAD_UNWARP_DIR/scripts/create_displacement_table

And then just run the scripts by typing:

  • grad_unwarp (or grad_unwarp -help)

    create_displacement_table (or create_displacement_table -help)

5. How to use it

Script gradient_unwarp_converter.pl is used to convert Siemens .grad or GE .dat to .coef, which is needed to create the displacement table.

Usage

perl gradient_unwarp_converter.pl <filename>

Examples
perl gradient_unwarp_converter.pl bay1-gw_coils.dat
  • perl gradient_unwarp_converter.pl coeff_AS05.grad

Script create_displacement_table is used to create a displacement table (*.gwv). It has 2 parameters: vendor and table name. Supported vendor names are siemens and ge. Allowed table names are avanto, sonata, brm, crm. Meaningful combinations are siemens (avanto or sonata), ge (brm or crm)

Usage
create_displacement_table vendor table_name
Example
create_displacement_table siemens sonata
  • create_displacement_table ge crm

Script is reading file with the 1st harmonic coefficients (*.coef) from $GRAD_UNWARP_DIR/grad_unwarp_tables and calculates the displacement table. The table is saved into $GRAD_UNWARP_DIR/grad_unwarp_tables directory.

Script grad_unwarp is used to unwarp the warped raw images produced by scanner devices. It uses several options. If you are not sure about the options, just type

alias grad_unwarp $GRAD_UNWARP_DIR/scripts/grad_unwarp grad_unwarp

or

grad_unwarp -help

Grad_unwarp script has been tested with avanto, sonata, brm and crm MGH phantom files and with brm dicom files (series #6). You can find the testing data files in

$GRAD_UNWARP_DIR/sample_phantom_data $GRAD_UNWARP_DIR/sample_phantom_data/dicom_BRM_ucsd

6. H E L P

grad_unwarp is an unwarping tool. It provides a full 3D unwarping for data from Siemens devices. For data from GE devices there is an assumption that these data are already in-plane dewarped.

There are four gradient-coil types supported at the moment: GE BRM, GE CRM, Siemens Sonata/Trio, Siemens Avanto, Siemens Allegra. For each of these, there is a large file somewhere that is an offsets table - for outvol voxel here, look there in invol. Interpolation in the offsets table is trilinear; interpolation in the input volume may be specified by the user with -interp foo. Default is cubic.

There are three ways to use the grad_unwarp flag -unwarp <type>.

  • 1 If you are using dicom files from a machine we have have specification information on, no type need be supplied: grad_unwarp works it out from the dicom headers. For Siemens, it is sufficient to find ManufacturersModelName 'sonata' or 'avanto' in the headers. For GE, unfortunately, there is no such notation about gradient system in the dicom headers, so we resort to ScannerSerialNumber. This is often not set, so we check the (InstitutionName, StationName) pair.

    • For dewarping an mgh volume, the user must always specify an unwarp <type>.

    2 FYI, one may also supply a full pathname to some offsets file of choice. 3 The specifically-supported choices are 'sonata' 'avanto' 'allegra' 'brm' and 'crm' (case insensitive). The 1.5T GE scanner at UCSD has the BRM gradient coil. The 1.5T GE scanners at BWH, Duke and MGH-Bay1 have CRM. MGH-Bay2 is a Avanto.

A jacobian brightness correction is applied by default - areas of the image that spread out (increase in volume) should dim (decrease in intensity). If for some reason you wish to skip that step, use the -nojac option.

7. E X A M P L E S

grad_unwarp -i avanto.mgh -o avanto_uw.mgh -unwarp avanto

it will read data stored in avanto.mgh and produce a new dewarped data file avanto_uw.mgh . The dewarping will be done based on displacement table stored in file avanto.gvw

grad_unwarp -i dicom_BRM_ucsd/001.dcm -s 6 -o brm_ucsd_uw.mgh -unwarp brm

it will read the data from DICOM file, serie #6 from directory dicom_BRM_ucsd/, dewarp it and create new data file brm_ucsd_uw.mgh in MGH format

8. MGH data file Viewer

There is a simple MGH/MGZ/DICOM data file viewer written in matlab. To use it, you have to run matlab, add new path $GRAD_UNWARP_DIR/matlab and type mgh_viewer in matlab's command window. It will create and open an User interface.

  • To load a MGH/MGZ/DICOM file press button LOAD VOLUME
  • To change a view press one of the buttons SAGITAL, CORONAL and AXIAL
  • To move through the volume by slices use slider Slice #.
  • To change the brightmess and contrast use sliders Window and Level.
  • To quit the Program press button Quit

8. Support and contacts

Support is very limited but we will do our best to try to answer your questions. Please email your constructive comments to:

GradUnwarp (last edited 2015-01-22 12:59:17 by NickSchmansky)