Merged
Conversation
Allows for the prior execution of FSL topup, e.g. leveraging an external tool such as Synb0-DISCO, then having dwifslpreproc utilise those data internally.
When importing an existing topup output field spline coefficients image, perform a file copy rather than an mrconvert call, in order to preserve NIfTI intent codes required by applytopup.
jdtournier
approved these changes
Sep 3, 2020
Member
jdtournier
left a comment
There was a problem hiding this comment.
Seems fine, though I've not had a chance to test. I guess since this is going to dev, it'll get further testing before being released, so happy enough to merge. 👍
3 tasks
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.
Request has been raised a couple of times, and may well prove useful locally for processing some historical data, so figured I'd just do it.
-topup_filesoption (and indeed if they specify-eddy_options " ... --topup= ...") allows the user to specify a location wheretopuphas already been run, anddwifslpreprocwill import the two necessary files, and otherwise proceed as normal as iftopuphad been run internally, e.g. performing an initial EPI distortion correction for the sake of producing a brain mask foreddy. The path specified by the user can be thetopupoutput prefix, or one of the two files, anddwifslpreprocwill find both files automatically.Primarily to enable interfacing with Synb0-DISCO, as its principal output is the results of
topupbut its interface just about precludes its execution from withindwifslpreproc, so running that first anddwifslpreprocsecond makes more sense.Also added some option groups to the
dwifslpreprochelp page while I was at it, since it's likely to continue getting more complex over time.Closes #2144.