Skip to content

Commit

Permalink
FIX: missed changing unit of MISC to volts
Browse files Browse the repository at this point in the history
  • Loading branch information
dgwakeman committed May 21, 2015
1 parent e9b7640 commit 6e9d63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/channels/channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def set_channel_types(self, mapping):
'eog': FIFF.FIFF_UNIT_V,
'exci': FIFF.FIFF_UNIT_NONE,
'ias': FIFF.FIFF_UNIT_NONE,
'misc': FIFF.FIFF_UNIT_NONE,
'misc': FIFF.FIFF_UNIT_V,
'resp': FIFF.FIFF_UNIT_NONE,
'seeg': FIFF.FIFF_UNIT_V,
'stim': FIFF.FIFF_UNIT_NONE,
Expand Down

0 comments on commit 6e9d63e

Please sign in to comment.