<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Dear Zahra,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I am happy that the num2str works for you. As regards your previous question -- I ran this code after importing the data, as one of the first preprocessing steps, but I don't think it would be a problem if you executed it a bit later (say, after filtering, etc.).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">As regards str2num, the code: EEG.event(1).type=str2num(EEG.event(1).type) should work (it follows the same logic). However, remember that eeglab tends to automatically convert numerical events to strings, because it prefers the events to be strings rather than integers. Also if you have inserted some boundary events that are strings by nature, I am not sure that you can make them integers. Maybe more experienced eeglab users could help here? </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">If you don't mind me asking - why would you come back to numerical events in the first place? What's the motivation behind doing it?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Best,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Rafal</div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-22 16:17 GMT+02:00 zahra fotovatnia <span dir="ltr"><<a href="mailto:fotovatnia@yahoo.com" target="_blank">fotovatnia@yahoo.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px"><div id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5932"><span id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5994">Hello Rafal,</span></div><div id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5659"><span><br></span></div><div dir="ltr" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5658"><span id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5657">I used your code and I noticed that all events were kept after cleaning. However, it seems it is not possible to convert the events back to numbers after cleaning with the reverse code of </span><span style="font-family:arial,helvetica,sans-serif" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5749">EEG.event(1).type = str2num(EEG.event('1').type). Do you have any idea what to do? I need them back to normal after cleaning. </span></div><div dir="ltr" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5658"><span style="font-family:arial,helvetica,sans-serif"><br></span></div><div dir="ltr" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5658"><span style="font-family:arial,helvetica,sans-serif" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5876">I emailed you before but no response. I am a new user of MATLAB and other related software programs. I wonder if you could help me out please.</span></div><div dir="ltr" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5658"><span style="font-family:arial,helvetica,sans-serif"><br></span></div><div dir="ltr" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5658"><span style="font-family:arial,helvetica,sans-serif">Best regards,</span></div><div dir="ltr" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_5658"><span style="font-family:arial,helvetica,sans-serif" id="m_4328001132654884843yui_3_16_0_ym19_1_1492870115759_6085">Thank you in advance for your help</span></div><div><div class="h5"> <div class="m_4328001132654884843qtdSeparateBR"><br><br></div><div class="m_4328001132654884843yahoo_quoted" style="display:block"> <div style="font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:16px"> <div dir="ltr"><font size="2" face="Arial"> On Monday, 17 April 2017, 13:45, Rafał Jończyk <<a href="mailto:rafal.jonczyk@gmail.com" target="_blank">rafal.jonczyk@gmail.com</a>> wrote:<br></font></div>  <br><br> <div class="m_4328001132654884843y_msg_container"><div id="m_4328001132654884843yiv8506975521"><div><div dir="ltr"><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">Dear all,</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">I have found a simple solution, but I'd like to get some feedback if this does not negatively impact the EEG.event.structure in any way.</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">What I did was to write the following code:</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">EEG.event(1).type = num2str(EEG.event(1).type)</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">, which changes the first event in EEG.event.type structure field into a string. Next, eeglab seems to automatically convert all the other events into strings to make it a homogeneous array.</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">Would you say that is okay? I already checked, and I can insert boundary events without any trouble.</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">Best,</div><div class="m_4328001132654884843yiv8506975521gmail_default" style="font-family:arial,helvetica,sans-serif">Rafał</div><div class="m_4328001132654884843yiv8506975521gmail_extra"><br clear="none"><div class="m_4328001132654884843yiv8506975521gmail_quote">2017-04-15 11:55 GMT+02:00 Rafał Jończyk <span dir="ltr"><<a rel="nofollow" shape="rect" href="mailto:rafal.jonczyk@gmail.com" target="_blank">rafal.jonczyk@gmail.com</a>></span>:<br clear="none"><div class="m_4328001132654884843yiv8506975521yqt3135877651" id="m_4328001132654884843yiv8506975521yqt72831"><blockquote class="m_4328001132654884843yiv8506975521gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif"><div>Dear Nicholas and Zahra,</div><div><br clear="none"></div><div>thank you for your feedback. I thought that the problem might lie in the numeric/string nature of events. I am a bit confused, though, because eeglab gave me a warning message a few times saying "converting all event types to strings" -- could it be that the conversion didn't work? Also do you know if there is a way to run such a conversion manually without doing any harm to the event structure? In other words -- is there an unambiguous and safe way to convert the numeric event types to string event types?</div><div><br clear="none"></div><div>Best,</div><div>Rafal</div><div><br clear="none"></div></div><div><div class="m_4328001132654884843yiv8506975521h5"><div class="m_4328001132654884843yiv8506975521gmail_extra"><br clear="none"><div class="m_4328001132654884843yiv8506975521gmail_quote">2017-04-13 14:31 GMT+02:00 zahra fotovatnia <span dir="ltr"><<a rel="nofollow" shape="rect" href="mailto:fotovatnia@yahoo.com" target="_blank">fotovatnia@yahoo.com</a>></span>:<br clear="none"><blockquote class="m_4328001132654884843yiv8506975521gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px"><div><span>Hi Rafal,</span></div><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5950"><span><br clear="none"></span></div><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5948"><span id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5949">Yes. I found the same problem when using cleaning continuous data. The point is I was trying to do difference waves on erplab after analyzing continuous data on eeglab but I repeatedly found the error of missing data. I tried different options but the same error. ASR deleted the events while cleaning.</span></div><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5948"><span><br clear="none"></span></div><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5948"><span>Best</span></div><span class="m_4328001132654884843yiv8506975521m_-4196549423518881155HOEnZb"><font color="#888888"></font></span><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5948"><span>Zahra</span></div><div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155h5"><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5947"><span><br clear="none"></span></div><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yui_3_16_0_ym19_1_1492085889570_5953"><span><br clear="none"></span></div> <div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816qtdSeparateBR"><br clear="none"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yahoo_quoted" style="display:block"> <div style="font-family:Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:13px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:16px"> <div dir="ltr"><font size="2" face="Arial"> On Thursday, 13 April 2017, 2:45, Rafał Jończyk <<a rel="nofollow" shape="rect" href="mailto:rafal.jonczyk@gmail.com" target="_blank">rafal.jonczyk@gmail.com</a>> wrote:<br clear="none"></font></div>  <br clear="none"><br clear="none"> <div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816y_msg_container"><div id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661"><div><div dir="ltr"><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_default" style="font-family:arial,helvetica,sans-serif">Thank you Tarik for advice. I will have a go at your suggestions. I think there might be something with the latest version of eeglab given that I have never experienced such problems in previous versions, and it's not the first time that I am analyzing *cnt files from neuroscan in eeglab.</div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_default" style="font-family:arial,helvetica,sans-serif">Has anyone else experienced a similar problem?</div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_default" style="font-family:arial,helvetica,sans-serif"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_default" style="font-family:arial,helvetica,sans-serif">Best,</div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_default" style="font-family:arial,helvetica,sans-serif">Rafał</div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_extra"><br clear="none"><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_quote">2017-04-12 3:10 GMT+02:00 Tarik S Bel-Bahar <span dir="ltr"><<a rel="nofollow" shape="rect" href="mailto:tarikbelbahar@gmail.com" target="_blank">tarikbelbahar@gmail.com</a>></span>:<br clear="none"><blockquote class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="color:#333399">Hello Rafal, a few notes below that may help, all the best!</div><div style="color:#333399"><br clear="none"></div><div style="color:#333399">****************************** **</div><div style="color:#333399">Yes you could try just changing the format of all the events by looping through them and rewriting them.</div><div style="color:#333399">It may not be about the numeric format, it may be how they are read and/or stored (cell vs. strong array, or something basic like that).</div><div style="color:#333399">See also addnewevents function mentioned on list previously, and some related messages,</div><div style="color:#333399">which may allow you to write in new events that are accepted by eeglab.</div><div style="color:#333399">However, this may be problem with new build as you're seeing, thus a bugzilla note would be cool when you have a chance.</div><div style="color:#333399">Another thing to check is if the same thing happens with the eeglab tutorial data too,</div><div style="color:#333399">which would be telling if there's something unique about your data and/or it's event structure.</div><div style="color:#333399"><br clear="none"></div><div style="color:#333399"><br clear="none"></div><div style="color:#333399"><br clear="none"></div></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_extra"><br clear="none"><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_quote"><div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405h5">On Tue, Apr 11, 2017 at 10:37 AM, Rafał Jończyk <span dir="ltr"><<a rel="nofollow" shape="rect" href="mailto:rafal.jonczyk@gmail.com" target="_blank">rafal.jonczyk@gmail.com</a>></span> wrote:<br clear="none"></div></div><blockquote class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405h5"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif">
















<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal"><span lang="EN-GB">Dear eeglablist community,<span></span></span></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal"><span lang="EN-GB"><br clear="none"></span></div>

<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal"><span lang="EN-GB">I have experienced some problems with event structure -- that's my guess -- when
rejecting fragments of continuous data (raw *.cnt files resampled to 250Hz
& filtered) in the latest version of eeglab. Interestingly, this does not happen when I am
using eeglab 13.6.5b on the same computer. Note that I am not rejecting the onset of the data.<span></span></span></div>

<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal"><br clear="none"></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal">The error:</div>

<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="EN-GB"><br clear="none"></span></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div style="font-family:arial,helvetica,sans-serif"><blockquote class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span lang="EN-GB">eeg_insertbound(): 3 boundary (break) events added.<br clear="none"></span><span lang="EN-GB">eeg_insertbound(): 3 boundary (break) events added.<br clear="none"></span><span lang="EN-GB">Warning: converting all event types to strings<br clear="none"></span><span lang="EN-GB">BUG 1971 WARNING: IF YOU ARE USING A SCRIPT WITTEN FOR
A PREVIOUS VERSION OF<br clear="none"></span><span lang="EN-GB">EEGLAB TO CALL THIS FUNCTION, BECAUSE YOU ARE
REJECTING THE ONSET OF THE DATA,<br clear="none"></span><span lang="EN-GB">EVENTS WERE CORRUPTED. EVENT LATENCIES ARE NOW CORRECT
(SEE <a rel="nofollow" shape="rect" href="https://sccn.ucsd.edu/wiki/EEGLAB_bug1971" target="_blank">https://sccn.ucsd.edu/wiki/EEG LAB_bug1971</a>);<br clear="none"></span><span lang="EN-GB"> <br clear="none"></span><span lang="EN-GB">Error using cell/strmatch (line 19)<br clear="none"></span><span lang="EN-GB">Requires character array or cell array of strings as
inputs.<br clear="none"></span><span lang="EN-GB"> <br clear="none"></span><span lang="EN-GB">Error in eeg_eegrej (line 147)<br clear="none"></span><span lang="EN-GB">    indBound2 =
strmatch('boundary', { event2(:).type });<br clear="none"> </span><span lang="EN-GB">Error while evaluating DestroyedObject Callback</span></blockquote></div></blockquote><div style="font-family:arial,helvetica,sans-serif">

























<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="EN-GB"> </span></div>

<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal" style="margin-bottom:0.0001pt;line-height:normal">Could you give me a hint how to resolve the problem and continue working with the latest version of eeglab? Is it because my events are numeric?</div>

<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="EN-GB"> </span></div>

<div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661MsoNormal" style="margin-bottom:0.0001pt;line-height:normal"><span lang="EN-GB">Best,<br clear="none">
Rafał<span class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405m_-4648285670925849361HOEnZb"><font color="#888888"><span></span></font></span></span></div><span class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405m_-4648285670925849361HOEnZb"><font color="#888888">

</font></span></div><span class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405m_-4648285670925849361HOEnZb"><font color="#888888"></font></span><div><br clear="none"></div>-- <br clear="none"><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405m_-4648285670925849361m_6717351863024165670m_-4097151360978205115gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font size="2"><span>Rafał Jończyk</span><br clear="none"></font></div><div><font size="2">Assistant Professor<br clear="none"></font></div><div><font size="2">Faculty of English</font></div><div><font size="2">Adam Mickiewicz University, Poznań | Poland</font><font size="2"><br clear="none"></font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div>
<br clear="none"></div></div>______________________________ _________________<br clear="none">
Eeglablist page: <a rel="nofollow" shape="rect" href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/ee glabmail.html</a><br clear="none">
To unsubscribe, send an empty email to <a rel="nofollow" shape="rect" href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.uc sd.edu</a><br clear="none">
For digest mode, send an email with the subject "set digest mime" to <a rel="nofollow" shape="rect" href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.e du</a><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqt0375997796" id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqtfd00177"><br clear="none"></div></blockquote></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqt0375997796" id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqtfd97427"><br clear="none"></div></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqt0375997796" id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqtfd88365">
</div></blockquote></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqt0375997796" id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661yqtfd84562"><br clear="none"><br clear="all"><div><br clear="none"></div>-- <br clear="none"><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yiv5104347661m_-6112026082819113405gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font size="2"><span>Rafał Jończyk</span><br clear="none"></font></div><div><font size="2">Assistant Professor<br clear="none"></font></div><div><font size="2">Faculty of English</font></div><div><font size="2">Adam Mickiewicz University, Poznań | Poland<br clear="none"></font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div></div></div></div></div><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yqt0375997796" id="m_4328001132654884843yiv8506975521m_-4196549423518881155m_-4165493371730521816yqtfd84608">______________________________ _________________<br clear="none">Eeglablist page: <a rel="nofollow" shape="rect" href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/ee glabmail.html</a><br clear="none">To unsubscribe, send an empty email to <a rel="nofollow" shape="rect" href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.uc sd.edu</a><br clear="none">For digest mode, send an email with the subject "set digest mime" to <a rel="nofollow" shape="rect" href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.e du</a></div><br clear="none"><br clear="none"></div>  </div> </div>  </div></div></div></div></div></blockquote></div><br clear="none"><br clear="all"><div><br clear="none"></div>-- <br clear="none"><div class="m_4328001132654884843yiv8506975521m_-4196549423518881155gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font size="2"><span>Rafał Jończyk</span><br clear="none"></font></div><div><font size="2">Assistant Professor<br clear="none"></font></div><div><font size="2">Faculty of English</font></div><div><font size="2">Adam Mickiewicz University, Poznań | Poland<br clear="none"></font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div></div></div></div>
</blockquote></div></div><br clear="none"><br clear="all"><div><br clear="none"></div>-- <br clear="none"><div class="m_4328001132654884843yiv8506975521gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font size="2"><span>Rafał Jończyk</span><br clear="none"></font></div><div><font size="2">Assistant Professor<br clear="none"></font></div><div><font size="2">Faculty of English</font></div><div><font size="2">Adam Mickiewicz University, Poznań | Poland<br clear="none"></font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div></div></div></div><br><br></div>  </div> </div>  </div></div></div></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font size="2"><span>Rafał Jończyk</span><br></font></div><div><font size="2">Assistant Professor<br></font></div><div><font size="2">Faculty of English</font></div><div><font size="2">Adam Mickiewicz University, Poznań | Poland<br><br></font></div><div><font size="2"><b><br></b></font></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div></div>