Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registration using sct_register_multimodal gives a cropped result #1

Open
Nilser3 opened this issue Jun 21, 2024 · 1 comment
Open

Comments

@Nilser3
Copy link

Nilser3 commented Jun 21, 2024

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):

  • Apply a centered transformation
  • Apply a rigid transformation
  • Apply a deformable transformation (B-spline) with Elastix using a preset parameter map (Parameter map 23 in the Elastix Zoo).

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
Copy link
Author

Nilser3 commented Jun 21, 2024

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

  • T2w non-fat-suppressed
    sub-003 , sub-004 , sub-080

  • T2w fat-suppressed
    sub-025 , sub-029 , sub-041 , sub-053 , sub-067 , sub-078 , sub-104 , sub-172 , sub-194 , sub-195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant