mne-tools / mne-realtime

Realtime data analysis with MNE-Python
https://mne.tools/mne-realtime/
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

Fix example code in README.rst #48

Closed charlesbmi closed 1 year ago

charlesbmi commented 1 year ago

Use updated interfaces for RtEpochs generator and mne.Epochs.get_data()

charlesbmi commented 1 year ago

Ah, I didn't see the .iter_evoked() method in the Base Epochs class, my bad.