Skip to content

Commit

Permalink
Fix: bf_sources
Browse files Browse the repository at this point in the history
Fixes a bug where EEG electrodes are not plotted when visualising sensor-source locations.
  • Loading branch information
georgeoneill committed Dec 11, 2024
1 parent 29952b8 commit 380e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/DAiSS/bf_sources.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
hold on

try
ft_plot_sens(sens, 'style', '*b', 'coil', ft_senstype(sens, 'eeg'));
ft_plot_sens(sens, 'style', '*b', 'elecsize', 20, 'coil', ft_senstype(sens, 'eeg'));
catch
ft_plot_sens(sens, 'style', '*b', 'coilshape', 'point', 'coil', ft_senstype(sens, 'eeg'));
end
Expand Down

0 comments on commit 380e3cb

Please sign in to comment.