[Mne_analysis] many epochs dropped due to 'NO_DATA'

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Thu Apr 7 04:02:47 EDT 2016
Search archives:

hi Tristan,

this is telling you that your dropped epochs exceed the time window of
your raw data.

check that the time indices (first column of events) are compatible
with the raw object.

yes the raw.info['events'] are not used.

HTH
Alex

On Thu, Apr 7, 2016 at 9:33 AM, Nakagawa Tristan T
<nakagawa-t at ifrec.osaka-u.ac.jp> wrote:
> Dear all,
>
> When trying to epoch my data, I get 44 out of 60 epochs dropped due to
> 'NO_DATA'.
>
> What does this error mean? it's not dropping epochs due to bad data, right?
>
> I thought it might be due to my having cropped the raw data, saved the
> events in an array, and now trying to do epochs with this 'events' array.
> After preprocessing, I have 360 channels and last time point at 618000
> The raw.info['events'] dict returned the old information:
> [{'channels': array([397], dtype=int32),
>   'list': array([     36,       1,       0, ..., 1289236,       0,
> 1], dtype=int32)}]
>
> However, setting:
> raw.info['events'] =[]
> doesn't help.
>
> Here the epoching command I use:
> epochs = mne.Epochs(raw, events, event_id, tmin, tmax, proj=True,
> picks=picks,
>                     baseline=None, preload=True,
>                     reject=None)
>
> and the epochs array:
> array([[  8819,      0,      2],
>        [ 17833,      0,      3],
>        [ 28433,      0,      3],
>        [ 39049,      0,      1],
>        [ 49849,      0,      3],
>        [ 58846,      0,      3],
>        ....]])
>
> thanks for any help,
> Tristan
>
>
> --
> Tristan T. Nakagawa, Ph.D.
> Laboratory for Brain-Immune Interaction,
> iFReC, Osaka University
> 3-1 Yamadaoka, Suita, Osaka, Japan
> Tel: 0668789710
> Office: CiNet R 2B6-2
> http://seymourlab.com
>
> _______________________________________________
> 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