Closed charlesbmi closed 1 year ago
Use updated interfaces for RtEpochs generator and mne.Epochs.get_data()
RtEpochs
mne.Epochs.get_data()
.iter_evoked()
mne.Epochs
.data
.get_data()
Ah, I didn't see the .iter_evoked() method in the Base Epochs class, my bad.
Epochs
Use updated interfaces for
RtEpochs
generator andmne.Epochs.get_data()
.iter_evoked()
seems to have been removed fromRtEpochs
. The code seems to suggest the use of direct iteration over the object (https://github.com/mne-tools/mne-realtime/blob/main/mne_realtime/epochs.py#L311-L351)mne.Epochs
does not have appear to have a.data
field (in MNE 1.3), but instead its public API lists.get_data()
https://mne.tools/stable/generated/mne.Epochs.html#mne.Epochs.get_data