[Mne_analysis] raw.plot() not working for EGI data file

Teon Brooks teon.brooks at gmail.com
Mon Apr 24 11:07:51 EDT 2017
Search archives:

Hi Le,

I'm unable to recreate this error using our test file.

```

raw = mne.io.read_raw_egi('/Users/teon/packages/mne-python/mne/io/egi/te

   ...: sts/data/test_egi.raw')

raw.plot()

```
When I do an isinstance(raw, mne.io.BaseRaw), it returns True. Could you
provide a gist and a sample file to recreate the problem?



teon <http://teonbrooks.github.io>
--
twitter: @teon_io <http://www.twitter.com/teon_io>

On Mon, Apr 24, 2017 at 10:45 AM, Le Wang <lwang at bu.edu> wrote:

> Hi, MNE-users,
>
> I use mne.io.read_raw_egi to load the simple binary files from EGI into a
> raw object. Then when I use raw.plot(), it complains that "ValueError: Must
> supply either Raw or Epochs" (Line 1492 in utils.py in the function
> "_compute_scalings"). The error is raised because mne doesn't consider the
> raw object created from EGI as an instance of the BaseRaw class.
> "type(raw)" returns mne.io.egi.egi.RawEGI.
>
> I only started to see this error after a recent update of the mne from
> 0.10 to 0.15.dev0, and raw.plot() worked fine for EGI files in my previous
> version of mne.
>
> I wonder if anyone knows a solution to this problem. Thank you!
>
> Best
>
> Le
>
> _______________________________________________
> 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.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170424/7d8c9f06/attachment.html 


More information about the Mne_analysis mailing list