diff --git a/cortex.mat b/cortex.mat new file mode 100644 index 0000000..2e73e62 Binary files /dev/null and b/cortex.mat differ diff --git a/pop_roi_connectplot.m b/pop_roi_connectplot.m index 51eed9c..9860ed7 100644 --- a/pop_roi_connectplot.m +++ b/pop_roi_connectplot.m @@ -297,7 +297,10 @@ % colormap load cm17; load cm18; - + + % replace low-resolution with high-resolution cortex + load cortex; + % frequency range if ~isempty(g.freqrange) frq_inds = find(S.freqs >= g.freqrange(1) & S.freqs < g.freqrange(2)); @@ -419,12 +422,13 @@ if strcmpi(g.plotcortex, 'on') && cortexFlag ~= -1 cortexTitle = [ plotOpt.labelshort ' (' titleStr ')' ]; if isempty(g.plotcortexseedregion) - allplots_cortex_BS(S.cortex, cortexPlot, [min(cortexPlot) max(cortexPlot)], cm17a, upper(g.measure), g.smooth); + allplots_cortex_BS(cortex_highres, cortexPlot, [min(cortexPlot) max(cortexPlot)], cm17a, upper(g.measure), g.smooth); % allplots_cortex_BS(S.cortex, cortexPlot, [min(cortexPlot) max(cortexPlot)], cm17a, plotOpt.unit, g.smooth); else cortexTitle = [ cortexTitle ' for area ' int2str(seed_idx)]; cortexPlot = squeeze(matrix(seed_idx,:)); allplots_cortex_BS(S.cortex, cortexPlot, [min(cortexPlot) max(cortexPlot)], cm17a, upper(g.measure), g.smooth, [], {coordinate}); +% allplots_cortex_BS(cortex_highres, cortexPlot, [min(cortexPlot) max(cortexPlot)], cm17a, upper(g.measure), g.smooth, [], {coordinate}); % allplots_cortex_BS(S.cortex, cortexPlot, [min(cortexPlot) max(cortexPlot)], cm17a, plotOpt.unit, g.smooth, [], {coordinate}); end h = textsc(cortexTitle, 'title'); @@ -448,7 +452,7 @@ % assign region index to selected seed region (passed as index) if ~isempty(seed_idx) % ball not visible for these regions when plotting the mean voxel - manual_region_idxs = [2, 16, 18, 25, 26, 31, 32, 45, 49, 50, 55, 56, 59, 60, 61, 64]; + manual_region_idxs = [2, 16, 18, 25, 26, 31, 32, 45, 49, 50, 56, 59, 60, 61, 64]; pos_idx = scouts(seed_idx).Vertices; pos = vc(pos_idx,:); if seed_idx == 1 diff --git a/resources/FC_MIM_cortex_left.jpg b/resources/FC_MIM_cortex_left.jpg index 986b38f..4d6127e 100644 Binary files a/resources/FC_MIM_cortex_left.jpg and b/resources/FC_MIM_cortex_left.jpg differ diff --git a/resources/FC_MIM_cortex_right.jpg b/resources/FC_MIM_cortex_right.jpg index e80b6b6..031c1d7 100644 Binary files a/resources/FC_MIM_cortex_right.jpg and b/resources/FC_MIM_cortex_right.jpg differ diff --git a/resources/power_cortex_left.jpg b/resources/power_cortex_left.jpg index bc23df2..4f9062c 100644 Binary files a/resources/power_cortex_left.jpg and b/resources/power_cortex_left.jpg differ diff --git a/resources/power_cortex_right.jpg b/resources/power_cortex_right.jpg index 98068ea..0490a4b 100644 Binary files a/resources/power_cortex_right.jpg and b/resources/power_cortex_right.jpg differ