Add multi-MRI preprocessing with rigid registration and averaging#109
Draft
Add multi-MRI preprocessing with rigid registration and averaging#109
Conversation
Co-authored-by: akhanf <11492701+akhanf@users.noreply.github.com>
Co-authored-by: akhanf <11492701+akhanf@users.noreply.github.com>
Co-authored-by: akhanf <11492701+akhanf@users.noreply.github.com>
Co-authored-by: akhanf <11492701+akhanf@users.noreply.github.com>
Co-authored-by: akhanf <11492701+akhanf@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add rules for processing multiple matched MRI images
Add multi-MRI preprocessing with rigid registration and averaging
Feb 17, 2026
mrindex still used for transforms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously raised error on multiple MRI images per subject. Now handles them via rigid registration and averaging with optional super-resolution.
Workflow
Multi-MRI path:
n4_mri_individual- N4 correction per image →desc-N4_mriidx-{N}register_mri_to_first- Greedy 6-DOF rigid to first image → transformsaverage_mri- Apply transforms with optional upsampling, average →desc-preprocn4_mri- Copy todesc-N4for downstream compatibilitySingle-MRI path unchanged: direct N4 application.
Key Changes
New rules:
n4_mri_individual- Per-image N4 (multi-MRI only)register_mri_to_first- Rigid registration using greedyaverage_mri- Transform + average with upsampling supportNew scripts:
average_registered_mri.py- Applies transformations with optional upsampling, averages imagescopy_or_n4.py- Routes single vs multi-MRI cases for final outputConfiguration:
--mri_upsample_factor- Super-resolution factor (default: 1.0)Example
Processes 3 MRI acquisitions → N4 each → rigid align → 2× upsample during transform → average for super-resolved output.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
pixi.sh/usr/bin/curl curl -fsSL REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.