Skip to content

Commit

Permalink
DOC: Complete table
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 23, 2019
1 parent 65bc8b9 commit d84aacf
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions doc/_includes/dig_formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,22 @@ function for more info on reading specific file types.
.. cssclass:: table-bordered
.. rst-class:: midvalign

============= ========= ==============================================
Vendor Extension MNE-Python function
============= ========= ==============================================
Neuromag .fif :func:`mne.channels.read_dig_fif`
================= ================ ==============================================
Vendor Extension(s) MNE-Python function
================= ================ ==============================================
Neuromag .fif :func:`mne.channels.read_dig_fif`

Polhemus .hsp :func:`mne.channels.read_dig_polhemus_isotrak`
ISOTRAK .elp
.eeg
Polhemus ISOTRAK .hsp, .elp, .eeg :func:`mne.channels.read_dig_polhemus_isotrak`

EGI .xml :func:`mne.channels.read_dig_egi`
EGI .xml :func:`mne.channels.read_dig_egi`

MNE .hpts :func:`mne.channels.read_dig_hpts`
MNE-C .hpts :func:`mne.channels.read_dig_hpts`

Brain .bvct :func:`mne.channels.read_dig_captrack`
Products
============= ========= ==============================================
Brain Products .bvct :func:`mne.channels.read_dig_captrack`
================= ================ ==============================================

It is also possible to make :class:`montage <mne.channels.DigMontage>`
from arrays with :func:`montage <mne.channels.make_dig_montage>`.
To load the Polhemus FastSCAN files you can use
To load Polhemus FastSCAN files you can use
:func:`montage <mne.channels.read_polhemus_fastscan>`.

It is also possible to make a :class:`montage <mne.channels.DigMontage>`
from arrays with :func:`mne.channels.make_dig_montage`.

0 comments on commit d84aacf

Please sign in to comment.