dwifslpreproc: -topupfiles option #2150
Merged
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.