From 66fe00b70732077a05447765e89edfed2f894767 Mon Sep 17 00:00:00 2001 From: Brad Caron Date: Thu, 9 Apr 2020 17:23:15 -0400 Subject: [PATCH] Update bsc_segmentCerebellarTracts_v2.m --- bsc_segmentCerebellarTracts_v2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc_segmentCerebellarTracts_v2.m b/bsc_segmentCerebellarTracts_v2.m index b780090..eb66801 100644 --- a/bsc_segmentCerebellarTracts_v2.m +++ b/bsc_segmentCerebellarTracts_v2.m @@ -73,7 +73,7 @@ parietoCebBool=posteriorStreams&thisCebBool&~motorCebBool&bsc_extractStreamIndByName(categoryPrior,strcat(sideLabel{leftright},'cerebellum_to_parietal')); classificationOut=bsc_concatClassificationCriteria(classificationOut,strcat(sideLabel{leftright},'MotorCerebellar'),motorCebBool); - classificationOut=bsc_concatClassificationCriteria(classificationOut,strcat(sideLabel{leftright},' AnterioFrontoCerebellar'),AnterioFrontoBool); + classificationOut=bsc_concatClassificationCriteria(classificationOut,strcat(sideLabel{leftright},'AnterioFrontoCerebellar'),AnterioFrontoBool); classificationOut=bsc_concatClassificationCriteria(classificationOut,strcat(sideLabel{leftright},'ThalamicoCerebellar'),thalCebBool); classificationOut=bsc_concatClassificationCriteria(classificationOut,strcat(sideLabel{leftright},'OccipitoCerebellar'),occipitoCebBool); classificationOut=bsc_concatClassificationCriteria(classificationOut,strcat(sideLabel{leftright},'ParietoCerebellar'),parietoCebBool);