Projects:RegistrationLibrary:RegLib C14

From NAMIC Wiki
Jump to: navigation, search
Home < Projects:RegistrationLibrary:RegLib C14

Back to ARRA main page
Back to Registration main page
Back to Registration Use-case Inventory

v3.6.1 Slicer3-6Announcement-v1.png Slicer Registration Library Case #14:
Intra-subject Brain PET-MRI with MRI orientation adjustment

Input

this is the fixed reference image. All images are aligned into this space lleft this indicates the moving image that determines the registration transform
fixed image/target moving image

Keywords

PET-MRI, brain, intra-subject, image fusion

Input Data

  • reference/fixed : baseline MRI:coronal T1w , 256 x 256 x 79, 0.86 x 0.86 x 2.5 mm
  • moving: PET: axial, fluorodeoxyglucose, 128 x 128 x 35, 4.29 x 4.29 x 4.25 mm

Modules

Download

Registration Results

Methods

  • Phase I: fix distortion from incorrect header info
  • Phase II: Registration (BRAINSfit)
  1. if skipping Phase I: Load example dataset via OpenScene...
  2. Open Registration / BRAINSFit module
    1. To set all parameters from presets, from the ParameterSet menu, select "Xf2_BFit" else choose settings below:
    2. Fixed Image:RegLib_C14_MRI_fixed, moving image: RegLib_C14_PET
    3. Registration Phases: check boxes for "Initialize with MomensAlign", Include Rigid, "Include ScaleVersor3D" and Include Affine
    4. Output Settings: under SlicerLinear Transform, select "Create New Linear Transform, then select Rename" and rename it to Xf2_BFit
    5. Registration Parameters: change the Number of Samples field to 200,000
    6. Leave all other settings at defaults
    7. Click: Apply ; Registration should complete within ~ 30 seconds
    8. Go back to the Data module: you should see the RegLib_C14_PET image moved under the newly created transform
  3. Apply Transform
    1. To apply the registration transform to the PET image, select it in the Data module, and from right-click menu select Harden Transform. Note that this will overwrite the original unregistered image (in memory) and replace it with the resampled one. Not also that the resolution will not change. If you wish the registered PET to be in the same resolution as the reference MRI, use the resample module below:
    2. Go to Filtering / Resample Scalar/Vector/DWI Volume'
      1. Input: RegLib_C14_PET, Reference: RegLib_C14_MRI_fixed
      2. Output: "create new Volume", rename to "RegLib_C14_PET_reg" or similar
      3. Transform Parameters: Transform Node: 'Xf2_BFit
      4. Leave all other settings at default and click: Apply
  4. Choose File/Save to save results.



Discussion: Registration Challenges

  • the original DICOM files of the MRI have image orientation data stripped. Hence the volume does not load in correct orientation and needs to be adjusted
  • the two series have different voxel sizes
  • image content and resolution in PET is low

Discussion: Key Strategies

  • we use the Volumes module to adjust the MRI voxel size based on the info in the DICOM header
  • we use the Transforms module to reorient the MRI along the proper axes
    • the aspect ratio we correct via the "Volumes" module. The correct slice thickness we obtain from the DICOM header via the browser displayed when selecting "Add Volume"
    • the "Transforms" module is used to correct orientation. We enter manual rotations of 90 and 180 degrees around the LR (left-right) and IS (inferior-superior) axes, respectively
    • the corrected MRI volume is resampled in the Data module via "harden transforms"
  • The BRAINSfit or Expert Automated Registration modules are recommended to automatically align the PET with the MRI. We choose mutual information ("MI") as the criterion and a 5% sampling rate. We request an affine transform to correct for small distortion differences between the PET and the MRI

Acknowledgments

Our thanks to the University of Western Ontario for providing this example case.