Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

MRI files are often exported from the scanner in DICOM format. DICOM is the most common format, but it is very broad and often new scans will not convert properly.

PARREC is old and there are few reliable conversion programs. Despite it being more efficient, it’s best to avoid.

The CSPM DICOM rename/convert GUI gives access to custom functions. THisuses SPM’s dicom convert functions, with various tweaks over the years to deal with specific scans.

A more maintained conversion function, and the one that is compatible with the DICOM formats, is the conversion utility with mricrogl. This is the development of the dcm2nii that came with mricron, but the tool within mricrogl is being continually developed.

Converting with MRICroGL for CSPM

  • Install MRICroGL

  • Place DICOM files for one series (to keep it simple) in a folder

  • Create a second folder to save the nifti files

  • Open the Import GUI in MRICroGL (right)

    • Select DICOM to Nifti

  • Carefully set the parameters:

  1. For Output Directory, Select custom folder… and choose the nifti folder you created

  2. Select Output Format Uncompressed Nifti

  3. For Output Filename, type the follow (no spaces):

    1. Protocol ID

    2. Series number with “S%s” (the capital letter “S” followed by “%s”, the code to insert the series number read from DICOM)

    3. Image number with “I%r” (the capital letter “I” (for image) followed by “%r”, the code to insert the instance number read from DICOM)

    4. If T2 or any scan with multiple echos, add the echo number with “E%e”

  4. Adjust other settings; saving the BIDS Sidecar is probably a good idea (might be useful for storing details read from the DICOME files)

  5. From Explorer, drag the folder with DICOM files into the GUI (see right); this will run the conversion right away

1.

2.

3 b. (click to view properly; or copy and paste into graphics program)

5.

DICOM note: Instance Number (0020,0013) - A number that identifies this image. Acquisition Number (0020,0012) - A number identifying the single continuous gathering of data over a period of time that resulted in this image.

  • No labels