From f1ca55346c20353cee6b4e634b3a2fe7bab32053 Mon Sep 17 00:00:00 2001 From: Martin Luessi Date: Thu, 22 Sep 2011 13:33:28 -0400 Subject: [PATCH] add info to example --- examples/stats/plot_cluster_stats_evoked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stats/plot_cluster_stats_evoked.py b/examples/stats/plot_cluster_stats_evoked.py index 63d344ca338..115466e06e7 100644 --- a/examples/stats/plot_cluster_stats_evoked.py +++ b/examples/stats/plot_cluster_stats_evoked.py @@ -33,7 +33,7 @@ raw = fiff.Raw(raw_fname) events = mne.read_events(event_fname) -channel = 'MEG 1332' +channel = 'MEG 1332' # include only this channel in analysis include = [channel] ###############################################################################