dwipreproc: Permit rigid-body between DWI and SE-EPI#1736
Merged
jdtournier merged 3 commits intomasterfrom Dec 4, 2019
Merged
Conversation
If the -align_seepi option is used, and the only difference between the DWI series and the SE-EPI series is a rigid-body transformation, then there is no need for the SE-EPI volumes to be explicitly re-gridded to match the DWI voxel grid; it can instead be safely concatenated with the first DWI b=0 image despite the difference in header transform. The header transform of the SE-EPI series is therefore replaced with that of the DWIs explcitly, but only in this specific instance (i.e. -align_seepi is used, and the only difference between the images is within the header transform).
Member
Author
|
Also: See relevant discussion in bids-apps/MRtrix3_connectome#61. |
jdtournier
approved these changes
Dec 4, 2019
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.
Better support in
dwipreprocfor a very specific type of image acquisition protocol. The only change is to prevent an unnecessary image re-gridding of the SE-EPI data onto the DWI voxel grid.While an API function is modified to add an optional input argument, the default value of this parameter means that behaviour and interface are unchanged elsewhere. I will resolve the change manually with
dev, since I would prefer to more consistently use key-value function arguments in the updated API.