sct-pipeline / mri-linac-longitudinal-registration

This project investigates the stability of spinal cord positioning across MRI-LINAC sessions
MIT License
0 stars 0 forks source link

Registration using `sct_register_multimodal` gives a cropped result #1

Open Nilser3 opened 2 weeks ago

Nilser3 commented 2 weeks ago

Description

I have registered T2w images (fat-suppressed and non-fat-suppressed) from session 01 to session 02 using sct_register_multimodal (code here) with 3 strategies:

  1. Rigid registration
  2. Rigid + affine + syn registration
  3. Rigid + affine + syn + dl registration

Also, there is a baseline registration that was made by the authors of the dataset, details (From here):

Then, when comparing the coregisters generated by sct_register_multimodal with the baseline, I observe that in all cases sct_register_multimodal gives us a cropped image (see animation).

inter-sessions

QC of registration

Legend:

  1. desc-registered_T2w.nii.gz -> baseline registration (made by dataset authors)
  2. sct_rigid/...nii.gz -> Rigid registration using sct_register_multimodal
  3. sct_syn/...nii.gz -> Rigid + affine + syn registration using sct_register_multimodal
  4. sct_dl/...nii.gz -> Rigid + affine + syn + dl registration registration using sct_register_multimodal
Nilser3 commented 2 weeks ago

Subjects registered with sct_register_multimodal produced in an empty image (see QC):