2

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?

jkr
  • 17,119
  • 2
  • 42
  • 68

1 Answers1

1

Volts. The MNE-Python documentation has been updated: https://github.com/mne-tools/mne-python/pull/3972

jkr
  • 17,119
  • 2
  • 42
  • 68