Skip to content

Commit

Permalink
mri_surf2volseg. #NF. Previous commit was suppsed to have been Added …
Browse files Browse the repository at this point in the history
…--label-wm-unknown Relabel unknown WM as lhval and rhval instead of 5001 5002
  • Loading branch information
Douglas Greve committed Feb 6, 2022
1 parent 9236c86 commit 9080fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mri_aparc2aseg/mri_surf2volseg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static int parse_commandline(int argc, char **argv)
s2vseg.RipUnknown = 1;
}
else if (!strcmp(option, "--label-wm")){
s2vseg.LabelWM = 1;
s2vseg.LabelWM = 1;
s2vseg.RipUnknown = 1;
s2vseg.LabelHypoAsWM = 1;
}
Expand Down
2 changes: 1 addition & 1 deletion mri_aparc2aseg/mri_surf2volseg.help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<argument>--label-wm</argument>
<explanation>Relabel cerebral WM in the input segmentation with surface annotation</explanation>
<argument>--label-wm-unknown lhval rhval</argument>
<explanation>Relabel unknown WM as lhval and rhval (default is 5001 and 5002)</explanation>
<explanation>Relabel unknown WM as lhval and rhval (default is 5001 and 5002)</explanation>

<argument>--lh-annot lhannotation lhbaseoffset</argument>
<explanation>lh annotation for --label-cortex and --label-wm</explanation>
Expand Down

0 comments on commit 9080fdd

Please sign in to comment.