Guest User

Untitled

a guest
Dec 10th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import mne
  2. from mne import io
  3.  
  4. data_path = 'C:\Users\Dell\Downloads\OpenMIIR-RawEEG_v1'
  5. raw_fname = data_path + 'P01-raw.fif'
  6. raw = io.read_raw_fif(raw_fname)
Add Comment
Please, Sign In to add comment