Hello All,
I have Brain Vision data in MNE with .vhdr file. I am not able to plot the sensor location and also can not do the digitization. Here is the information of the data. Can you please help in this regard?
Python Commands:
- 'eeg' in raw
True - raw.ch_names[0]
'1' - raw.info['chs'][0]['loc']
array([nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan]) - raw.info['chs'][0]['coil_type']
1 (FIFFV_COIL_EEG)
raw.plot_sensors(show=True)
or
raw.plot_sensors(ch_type='eeg')
This give me error: RuntimeError: No valid channel positions found