alivedpac
Results
1
issues of
alivedpac
We're tying to read in an .eeg file with the mne read_raw_brainvision function: `raw = mne.io.read_raw_brainvision(eeg_data_path, eog=('EOG_lefup', 'EOG_riglow', 'VEOG'), misc='auto', scale=1, preload=True, verbose=False)` The data works perfectly while running the...