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);