Skip to content

Use neuroreg coreg instead of mri_coreg in hypVINN T2 registration#828

Draft
m-reuter wants to merge 4 commits into
devfrom
t2reg
Draft

Use neuroreg coreg instead of mri_coreg in hypVINN T2 registration#828
m-reuter wants to merge 4 commits into
devfrom
t2reg

Conversation

@m-reuter
Copy link
Copy Markdown
Member

In order to remove the FreeSurfer dependencies in the seg_only path (except for longitudinal, where we still have them), we replace mri_coreg (and mri_vol2vol) calls with neuroreg coreg. This however changes a few things:

  • interpolation is tri-linear instead of cubic of the resampled T1
  • keep-precision does not exist, and output is converted to float32 always (I think)
  • mri_robust_register is dropped as an option. It was basically another implementation of NMI using Powell optimiser and therefore a duplicate.

In the future cubic interpolation will be added to neuroreg and then can be used here. If input precision is important beyond what float32 can do, let me know and that can be changed more easily.
Finally, we will generate quick surfaces based on the registration and then can explore if neuroreg bbreg adds any value here.

@m-reuter m-reuter marked this pull request as draft May 26, 2026 13:03
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

Successfully merging this pull request may close these issues.

1 participant