From 9080fddf1a57d2636677a1aa4caed69705e73a0a Mon Sep 17 00:00:00 2001 From: Douglas Greve Date: Sun, 6 Feb 2022 16:04:26 -0500 Subject: [PATCH] mri_surf2volseg. #NF. Previous commit was suppsed to have been Added --label-wm-unknown Relabel unknown WM as lhval and rhval instead of 5001 5002 --- mri_aparc2aseg/mri_surf2volseg.cpp | 2 +- mri_aparc2aseg/mri_surf2volseg.help.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mri_aparc2aseg/mri_surf2volseg.cpp b/mri_aparc2aseg/mri_surf2volseg.cpp index 50acd8e59e5..c3170f6daa8 100644 --- a/mri_aparc2aseg/mri_surf2volseg.cpp +++ b/mri_aparc2aseg/mri_surf2volseg.cpp @@ -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; } diff --git a/mri_aparc2aseg/mri_surf2volseg.help.xml b/mri_aparc2aseg/mri_surf2volseg.help.xml index ce412544204..a663f578b73 100644 --- a/mri_aparc2aseg/mri_surf2volseg.help.xml +++ b/mri_aparc2aseg/mri_surf2volseg.help.xml @@ -63,7 +63,7 @@ --label-wm Relabel cerebral WM in the input segmentation with surface annotation --label-wm-unknown lhval rhval - Relabel unknown WM as lhval and rhval (default is 5001 and 5002) + Relabel unknown WM as lhval and rhval (default is 5001 and 5002) --lh-annot lhannotation lhbaseoffset lh annotation for --label-cortex and --label-wm