mne.channels.read_dig_dat

mne.channels.read_dig_dat(fname)[source]

Read electrode positions from a *.dat file.

Warning

This function was implemented based on *.dat files available from Compumedics and might not work as expected with novel files. If it does not read your files correctly please contact the mne-python developers.

Parameters
fnamepath-like

File from which to read electrode locations.

Returns
montageDigMontage

The montage.

Notes

*.dat files are plain text files and can be inspected and amended with a plain text editor.