Preprocessing Steps: GE
Convert from Dicom format to DTI format (NIH collaborators)
- Download the tarball from the NMRF website.
- Untar the data and place all eDTI data series into one folder.
- Navigate to the following directory:
/raid3/STBBapps/IDL/EDTI/GE
- Start idl (by typing 'idl' in a terminal). Then the following commands:
- IDL> edti_ge
- 'full path to eDTI directory'
- 'cdiflist##'
Convert from Dicom format to DTI format (outside users)
- Place all series folders and/or files of your DTI dataset into one folder.
- Download and save the GE pre-processing tool.
- Download and save the gradient files.
- Navigate to the location of the GE pre-processing tool. Run IDL from this location, then run the following commands:
- IDL> restore, 'edti_ge.sav'
- IDL> edti_ge, 'full path to eDTI directory', 'full path to cdiflist##'
- 'cdiflist##'
- The cdiflist file is the same as the one used for your acquisition. If you do not know what cdiflist file to use, please contact us.
- This code will create the .list, .path, and .BMTXT files.