This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to annotated tag v0.1
in repository python-mne.

commit 768dc2a1c9cf110316320557be590458ba57ad55
Author: Alexandre Gramfort <[email protected]>
Date:   Wed Mar 2 16:35:38 2011 -0500

    cosmit
---
 examples/time_frequency/plot_time_frequency.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/time_frequency/plot_time_frequency.py 
b/examples/time_frequency/plot_time_frequency.py
index d113dc3..9c4558b 100644
--- a/examples/time_frequency/plot_time_frequency.py
+++ b/examples/time_frequency/plot_time_frequency.py
@@ -47,7 +47,7 @@ data, times, channel_names = mne.read_epochs(raw, events, 
event_id,
 epochs = np.array([d['epoch'] for d in data]) # as 3D matrix
 evoked_data = np.mean(epochs, axis=0) # compute evoked fields
 
-frequencies = np.arange(4, 30, 3) # define frequencies of interest
+frequencies = np.arange(7, 30, 3) # define frequencies of interest
 Fs = raw['info']['sfreq'] # sampling in Hz
 power, phase_lock = time_frequency(epochs, Fs=Fs, frequencies=frequencies,
                                    n_cycles=2, n_jobs=1, use_fft=False)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-mne.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to