Add swi and minIP suffixes for susceptibility weighted imaging#2343
Open
astewartau wants to merge 1 commit intobids-standard:masterfrom
Open
Add swi and minIP suffixes for susceptibility weighted imaging#2343astewartau wants to merge 1 commit intobids-standard:masterfrom
astewartau wants to merge 1 commit intobids-standard:masterfrom
Conversation
Add support for susceptibility weighted images (swi) and minimum intensity projections (minIP) as non-parametric anatomical MRI suffixes. Closes bids-standard#1566
This was referenced Feb 12, 2026
effigies
reviewed
Apr 10, 2026
Comment on lines
+58
to
+59
| - swi | ||
| - minIP |
Collaborator
There was a problem hiding this comment.
Are these both raw images (i.e., you get them off a scanner) or should minIP be a derivative?
Also, is minIP ever sensibly used in a non-SWI context?
Member
Collaborator
There was a problem hiding this comment.
How are minIP used? Are they for looking at or processing? If just looking at, minIP as a suffix seems fine, but if not, maybe it's more a stat-minIP_swi than a mod-swi_minIP?
Member
There was a problem hiding this comment.
@astewartau would be better able to answer that, but I think they're for looking at.
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.
Summary
Adds support for susceptibility weighted images (
swi) and minimum intensity projections (minIP) as non-parametric anatomical MRI suffixes, addressing the remaining gaps identified in #1566.swiandminIPsuffix definitions tosrc/schema/objects/suffixes.yamlsrc/schema/rules/files/raw/anat.yamlwith standard MRI entities (noechoorpart, since multi-echo combination occurs before SWI generation)swiandminIPto the non-parametric suffix table and filename template in the MRI documentationThese suffixes are classified as non-parametric (arbitrary intensity scale), consistent with how
T2starwand other contrast-weighted images are handled. LikeChimapand other parametric maps, they can appear in raw datasets when pre-generated by the scanner, or in derivative datasets when computed offline.Ref: #1566 (comment)
Test plan
swiandminIPin the non-parametric suffix table and filename templates