Minor bugfixes and docfixes#805
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts run_fastsurfer.sh to restore intended module/argument behavior (notably around --no_biasfield) and updates user-facing documentation to match the updated behavior.
Changes:
- Update CLI/help + docs to clarify
--no_biasfieldbehavior, especially for HypVINN. - Fix a bash conditional so the asegdkt stats step only runs when
run_asegdkt_moduleis actually enabled. - Pass the preprocessed T2 path (
$norm_name_t2) into HypVINN even when--no_biasfieldis used.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
run_fastsurfer.sh |
Fixes a truthy-string bash bug and corrects HypVINN --t2 argument wiring; updates CLI help text. |
doc/scripts/RUN_FASTSURFER.md |
Updates --no_biasfield documentation to reflect HypVINN behavior. |
README.md |
Updates HypVINN module description regarding stats and biasfield recommendation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5bc53ba to
609da62
Compare
dkuegler
reviewed
Apr 29, 2026
Member
dkuegler
left a comment
There was a problem hiding this comment.
Still needs a couple smaller changes
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.
@dkuegler: Please have a quick look at 7fd07fd and 5bc53ba - these are one line changes. I think I restored the intended behaviour, but it would be good if you could double check