Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DouweHorsthuis committed Sep 9, 2021
2 parents 6739523 + 1f82541 commit 76d31fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/D_reref_exclextrn_avgref_ica_autoexcom.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
close all
else %instead of only plotting bad components it will plot all components
title(subject_list{s}); text( 0.2,0.5, 'there are no eye-components found')
pop_topoplot(EEG, 0, 1:length(ICA_components) ,subject_list{s},[ceil(sqrt(length(ICA_components))) ceil(sqrt(length(ICA_components)))] ,0,'electrodes','on');
title(subject_list{s});
print([figure_path subject_list{s} '_Bad_ICs_topos'], '-dpng' ,'-r300');
end
title(subject_list{s});
Expand Down

0 comments on commit 76d31fc

Please sign in to comment.