Skip to content

Commit

Permalink
Merge pull request #2 from davhunt/master
Browse files Browse the repository at this point in the history
save
  • Loading branch information
DanNBullock authored Jul 12, 2019
2 parents d201fba + 50dc171 commit 3929069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsc_SegROIfromPairStringList_BL.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ function bsc_SegROIfromPairStringList_BL()
mergedROIs{iROIs}=fullfile(pwd,'roi',strcat('ROI',num2str(iROIs),'.nii.gz'));
end
[classification]=multiROIpairSeg(feORwbfg,mergedROIs);
save('/classification/classification.mat','classification')
%save('/classification/classification.mat','classification')
fprintf('\n classification structure stored with %i streamlines identified across %i tracts',...
sum(classification.index>0),length(classification.names))
wma_formatForBrainLife_v2(classification,feORwbfg)
end
end

0 comments on commit 3929069

Please sign in to comment.