This is an automated email from the git hooks/post-receive script. yoh pushed a commit to tag 0.4 in repository python-mne.
commit 7565056e7b219c555aee42f6808a81fc8287b280 Author: [email protected] <[email protected]> Date: Wed Jun 27 06:09:08 2012 -0400 correct freq. range --- examples/time_frequency/plot_compute_raw_data_spectrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/time_frequency/plot_compute_raw_data_spectrum.py b/examples/time_frequency/plot_compute_raw_data_spectrum.py index cfbcc2a..804869b 100644 --- a/examples/time_frequency/plot_compute_raw_data_spectrum.py +++ b/examples/time_frequency/plot_compute_raw_data_spectrum.py @@ -39,7 +39,7 @@ picks = fiff.pick_types(raw.info, meg='mag', eeg=False, eog=False, stim=False, exclude=exclude, selection=selection) tmin, tmax = 0, 60 # use the first 60s of data -fmin, fmax = 2, 300 # look at frequencies between 5 and 70Hz +fmin, fmax = 2, 300 # look at frequencies between 2 and 300Hz NFFT = 2048 # the FFT size (NFFT). Ideally a power of 2 psds, freqs = compute_raw_psd(raw, tmin=tmin, tmax=tmax, picks=picks, fmin=fmin, fmax=fmax, NFFT=NFFT, n_jobs=1, -- 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
