[Mne_analysis] Plotting topographies for MEG sensors

Alexandre Gramfort gramfort at nmr.mgh.harvard.edu
Thu Nov 1 17:29:34 EDT 2012
Search archives:

hi Diana,

> I am trying to plot meg evoked data using vector-view layouts but keep
> getting the error message that the .lout files cannot be found when I call
> this line
>
> layout = Layout('Vectorview-all')

you should be able to specify the path to Vectorview-all.lout

layout = Layout('Vectorview-all', path='/path/to/')

FYI in the new version it will be written:

layout = read_layout('Vectorview-all', path='/path/to/')

Best,
Alex



More information about the Mne_analysis mailing list