I am trying to load EEG data from a numpy
array into an mne.io.RawArray
object. What is the correct unit of measure for the data in the array? Volts?
I read the source for mne.create_info
, and it looks like the unit should be volts. Can anyone confirm?
Volts. The MNE-Python documentation has been updated: https://github.com/mne-tools/mne-python/pull/3972