关于read_eeg_brainvision函数的问题
Closed this issue · 1 comments
boom-R123 commented
arnoliudaxia commented
我也遇到了这个问题,但是按照作者的逻辑key value没有反。“解决”的方法是将annotations直接丢掉。(如果只需要数据没有影响)
# annotations = mne.annotations_from_events(events, eeg.info['sfreq'], event_id)
# eeg.set_annotations(annotations)