[Mne_analysis] plotting topomap for SSP projection

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Tue Apr 22 15:34:28 EDT 2014
Search archives:

hi,

can you paste the list of your channel names?

print raw.ch_names

on what system did you acquire your data?

just a note Version 2.7.3 is unrelated to the MNE-Python version.
Version 2.7.3 is for the unix commands.

Alex


> I'm trying to plot topoplot of EOG/ECG SSP projections but I got some error
> messages about the layout I used. Here is what I originally used:
>
> layout = mne.layouts.read_layout('Vectorview-all')
> mne.viz.plot_projs_topomap(EOGprojs, layout=layout)
>
> The error message is:
> RuntimeError: Cannot find a proper layout for projection
> planar-998--0.200-0.500-PCA-01
>
> Then I tried something below and I still got the same error message:
> raw_layout = mne.layouts.find_layout(raw.info, ch_type = 'mag')
> mne.viz.plot_projs_topomap(EOGprojs, layout=raw_layout)
>
> I thought it was because the channel names in my data didn't have the space
> between MEG and the sensor number but I got the same error message after I
> change the layout channel name to be the same as my raw file. Is there any
> obvious mistake I made that causes this error message? My mne version is
> below:
>
> Version 2.7.3
> SVN revision 3268
> Build date is Thu Jan  6 02:23:43 EST 2011
>
>
> Thanks!
> Yuhan
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>



More information about the Mne_analysis mailing list