Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam2392 committed Feb 28, 2021
1 parent d6ee6db commit c61504c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/convert_ieeg_to_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
elec[:, ind] = list(map(float, electrode_tsv[axis]))

###############################################################################
# Now we make a montage stating that the iEEG contacts are in the MNI
# Now we make a montage stating that the iEEG contacts are in the MNI
# coordinate system, which corresponds to the `fsaverage` subject in
# FreeSurfer. For example, one can look at how mne-python deals with iEEG data
# at `Working with SEEG
# at `Working with SEEG
# <https://mne.tools/stable/auto_tutorials/misc/plot_seeg.html>`_
montage = mne.channels.make_dig_montage(ch_pos=dict(zip(ch_names, elec)),
coord_frame='mni_tal')
Expand Down

0 comments on commit c61504c

Please sign in to comment.