-
Notifications
You must be signed in to change notification settings - Fork 184
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
New script: dwicat #1428
Comments
Bump |
Sounds good, agree on the principle, and will definitely come in handy. I'd prefer the simpler name of |
Yep, 100% agreed with all of @jdtournier's comments. |
Any risk of interaction with |
Closed by #1626. |
(name suggestions welcome)
As raised in multiple locations:
A convenience script for concatenating multiple DWI series where the intensity scaling of image reconstruction may have varied due to recalibration. This would involve:
Extracting the b=0 volumes from each series.
(Easiest would be to require .mifs at input so that gradient tables are embedded)
Using
mrhistmatch scale
ormrstats -output median
to determine the global intensity fluctuations between acquisitions.Concatenate all data into a single 4D image, applying appropriate multiplicative factors.
It should also check for variations in TE and TR between the input series, and warn where appropriate.
The text was updated successfully, but these errors were encountered: