No matching events found in epochs

External Email - Use Caution

Hi,

I have an error in my work that I do not really know how to correct. The
situation is the following:

I have a EDF signal with a stim channel where are locate my events, when I
print my stim channel appear the two events, and according to my protocol
are the events taken. However, in the moment when I extract the epochs come
out the error.

I hope you can help me.

Thanks in advance

[image: image.png]
[image: image.png]
[image: image.png]

*Isabel Cristina Echeverri*
MSc Bioingenier?a
Ingeniera Biom?dica
Docente de Ingenier?a biom?dica - Electr?nica y Automatizaci?n
Universidad Aut?noma de Manizales
Tel. (57)(6)8727272 ext. 146
Manizales (Caldas) Colombia
isabelcecheverrio at autonoma.edu.co

*AVISO DE CONFIDENCIALIDAD: Este mensaje es confidencial, puede contener
informaci?n privilegiada y no puede ser usado ni divulgado por personas
distintas de su destinatario. Si obtiene esta transmisi?n por error, por
favor destruya su contenido y avise a su remitente, esta prohibida su
retenci?n, grabaci?n, utilizaci?n, aprovechamiento o divulgaci?n con
cualquier prop?sito. Este mensaje ha sido sometido a programas antivirus;
no obstante, la Universidad Aut?noma de Manizales no asume responsabilidad
por eventuales da?os generados por el recibo y el uso de este material,
siendo responsabilidad del destinatario verificar con sus propios medios la
existencia de virus u otros defectos. El presente correo electr?nico solo
refleja la opini?n de su Remitente y no representa necesariamente la
opini?n oficial de la Universidad Aut?noma de Manizales -UAM?-.Aprovecha
los medios digitales para comunicarte. Antes de imprimir este correo,
revisa que tan necesario es.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201022/59c87fea/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 58742 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201022/59c87fea/attachment-0003.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 76241 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201022/59c87fea/attachment-0004.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 144346 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201022/59c87fea/attachment-0005.png

External Email - Use Caution

The new_events you're passing to the Epochs constructor don't use the
stim channel....

To ignore missing events, look at the on_missing kwarg for Epochs().

To extract events from a stim channel, look at mne.find_events (as well
as the tutorials linked the in docs).

Phillip