a3715c8e871ee7feea38aec4b1cf87fe3767e451,examples/stats/plot_oneWay_Manova.py,,,#,26

Before Change


// Apply band-pass filter
raw.filter(7., 35., method="iir")

events = find_events(raw, shortest_event=0, stim_channel="STI 014")
picks = pick_types(raw.info, meg=False, eeg=True, stim=False, eog=False,
                   exclude="bads")
picks = picks[::4]

After Change


// Apply band-pass filter
raw.filter(7., 35., method="iir")

events, _ = events_from_annotations(raw, event_id=dict(T1=2, T2=3))

picks = pick_types(
    raw.info, meg=False, eeg=True, stim=False, eog=False, exclude="bads")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: alexandrebarachant/pyRiemann
Commit Name: a3715c8e871ee7feea38aec4b1cf87fe3767e451
Time: 2020-03-18
Author: alexandre.barachant@gmail.com
File Name: examples/stats/plot_oneWay_Manova.py
Class Name:
Method Name:


Project Name: alexandrebarachant/pyRiemann
Commit Name: a3715c8e871ee7feea38aec4b1cf87fe3767e451
Time: 2020-03-18
Author: alexandre.barachant@gmail.com
File Name: examples/stats/plot_oneWay_Manova_time.py
Class Name:
Method Name:


Project Name: alexandrebarachant/pyRiemann
Commit Name: a3715c8e871ee7feea38aec4b1cf87fe3767e451
Time: 2020-03-18
Author: alexandre.barachant@gmail.com
File Name: examples/stats/plot_oneWay_Manova_frequency.py
Class Name:
Method Name:


Project Name: alexandrebarachant/pyRiemann
Commit Name: 469660cfd4209721b3ca9e50b78fc5e063ce4eac
Time: 2020-03-18
Author: alexandre.barachant@gmail.com
File Name: examples/motor-imagery/plot_single.py
Class Name:
Method Name: