-
Notifications
You must be signed in to change notification settings - Fork 26
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
Supporting input DWI data on different voxel grids #123
Comments
Consider implementing as a feature in MRtrix3's |
Note that by implementing the necessary functionality in MRtrix3's |
Dealing with A susceptibility field map can only be used reliably by So I think maybe what needs to be done is:
For step 3.i.a., I think that it should be the transformed images that get resampled and not the originals:
|
Need to be able to support data for which execution otherwise fails with this error.
If all voxel sizes are identical, then this can be done using
mrtransform -replace
; if not, thenmrtransform -template
will be necessaryEnsure that gradient directions are rotated accordingly
Ensure that phase encoding directions remain faithful
fmap/
images onto the same image grid(there are already cases where this can occur, but if step 4 above is invoked then this is guaranteed to be necessary)
The text was updated successfully, but these errors were encountered: