[Mne_analysis] question

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Tue Jul 26 10:25:18 EDT 2016
Search archives:

I just downloaded your file and did this:

import mne

channel_names = None

montage = mne.channels.read_montage('easycapM23',
    ch_names=channel_names,
    path="/Users/alex/Downloads", unit='cm')

it worked.

try

montage=mne.channels.read_montage('easycapM23',ch_names=channel_names,
path="/Users/Emanuela1/Desktop/ICA/", unit='cm', transform=False)

after checking that easycapM23.txt is in folder /Users/Emanuela1/Desktop/ICA/

HTH
A


More information about the Mne_analysis mailing list