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 68a9473fcf44f2eab36d4cfad36ef9b8d54bd4bd Author: Alexandre Gramfort <[email protected]> Date: Tue Mar 15 14:38:43 2011 -0400 cosmit --- examples/stats/plot_cluster_1samp_test_time_frequency.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/stats/plot_cluster_1samp_test_time_frequency.py b/examples/stats/plot_cluster_1samp_test_time_frequency.py index 39fc9c8..34cb361 100644 --- a/examples/stats/plot_cluster_1samp_test_time_frequency.py +++ b/examples/stats/plot_cluster_1samp_test_time_frequency.py @@ -73,7 +73,8 @@ epochs_power = epochs_power[:,0,:,:] # only 1 channel to get a 3D matrix epochs_power /= np.mean(epochs_power[:,:,times < 0], axis=2)[:,:,None] # null hypothesis is that the ratio is 1 (set it to 0 for stats below) epochs_power -= 1.0 - ############################################################################### + +############################################################################### # Compute statistic threshold = 5.0 T_obs, clusters, cluster_p_values, H0 = \ -- 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
