Skip to content

Commit

Permalink
FIX: Event code (mne-tools#5554)
Browse files Browse the repository at this point in the history
MRG+1: Event code
  • Loading branch information
larsoner authored and massich committed Sep 26, 2018
1 parent 75c29da commit b619f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/plot_mne_dspm_source_localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
raw = mne.io.read_raw_fif(raw_fname) # already has an average reference
events = mne.find_events(raw, stim_channel='STI 014')

event_id = dict(aud_r=1) # event trigger and conditions
event_id = dict(aud_l=1) # event trigger and conditions
tmin = -0.2 # start of each epoch (200ms before the trigger)
tmax = 0.5 # end of each epoch (500ms after the trigger)
raw.info['bads'] = ['MEG 2443', 'EEG 053']
Expand Down

0 comments on commit b619f1c

Please sign in to comment.