Skip to content

Commit

Permalink
Merge pull request #2133 from dgwakeman/misc_to_volts
Browse files Browse the repository at this point in the history
FIX: missed changing unit of MISC to volts
  • Loading branch information
agramfort committed May 21, 2015
2 parents 26ea818 + 6e9d63e commit ea46885
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 ea46885

Please sign in to comment.