Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ConnTool/ConnTool_batch_mc_central.m
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
grid_coord = ROICenters;
ROIGridSize = ROISize;
case 'coordload'
ROIGridSize = ROISize;
[ROIFileName EC] = mc_GenPath(ROIFile);
if ~isempty(EC)
SOM_LOG('FATAL : Failure to find the ROI file');
Expand Down
2 changes: 1 addition & 1 deletion ConnTool/ConnTool_batch_mc_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@
%%% If a '.mat" file you need make sure it contains a single array
%%% with each row being an ROI and columns are x,y,z, in MNI mm.
%%%
%%% If using coordload, you need to set the ROISize variable above
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ROIFile = '[mcRoot]/ConnTool/Templates/V_MNI_12mmgrid.mat';
ROISize = {19};


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down