Intrasubject Brain preoperative MRI to postoperative CT registration

Hey everyone,
I am looking for the best way to

  1. Register intrasubject preoperative T1 MRI to T2 MRI of the brain
  2. Register a postoperative CT (DBS-electrodes) to the coregistered preoperative MRI of the same subject

Step 1 is no problem for me but I have trouble registering the reg. MRI to the postOP CT
I was thinking about the following procedure:

  1. Align centers with volume modul
  2. Use BRAINs registration with: MRI as fixed and postOP CT as moving volume, percentage of sample 0.01, useCenterOFHeadAlign, Rigid and Affine registration phases.

Afterwards my aim is to normalize and register this MRIT1/T2_postOPCT registration to an atlas.
I am particularly interested in subcortical regions as e.g. the STN

Questions:

  1. Is the above mentioned way apropriate or am I missing something (e.g. ROI-mask, bias intensity inhomogenity correction) as it doesn’t give me well fitting results…
  2. Is an affine registration still okay as I need the electrode positions as exactly as possible and therefore need to have the best registration result with as much “linearity” as possible?
  3. What ist the best way to check for a good result of the registration of a CT of the brain to an MRI of the brain in your experience?

I am very grateful for any help or comment :slight_smile:

The procedure you outline sounds ok. I’ve done similar things in the past, and BRAINS typically works fine without too much intervention. For detailed suggestions on CT->MR, see the Slicer registration library. For your specific workflow, two possible issues are:

  • skull-stripping the T1/T2 brains before registration. If you need to use skull-stripped brains for atlas purposes, do the CT->MR registration against a raw MR and use that transform.
  • “too much” scatter noise in the CT. You should still be able to clearly see the skull and the brain outline when you adjust the window/level appropriately, even though there is a lot of streaking from the electrode interference.

If you still have a problem and can provide 1 or 2 anonymous(!!) screenshot comparisons of the registration result, maybe we can suggest some options.

If there isn’t too much brain shift then rigid should be sufficient – the disturbed craniotomy area is only a small part of the total skull. If there is a lot of brain shift, affine won’t help (see below).

Usually the gross alignment is easy to inspect manually with the Slicer compare tools (compare the skull overlap), but the issue is that there is often brain shift where the electrodes are placed – typically decompression – so it is difficult to correlate exactly back to the MR. There are many deformable registration approaches available, some in Slicer, but “validation” is then up to expert review as there isn’t really any ground truth.

Thank you for this detailed answer and for confirming the registration approach.
The decompression because of brainshift is a good point. I will try to add a brainshift correction of the examined area after the general registration to avoid this influence.
I’ll give it a try and see how it works :slight_smile: