<div dir="ltr">Dear Nicolas and Moran,<div><br></div><div>Please post the errors to EEGLAB Bugzilla</div><div><a href="https://sccn.ucsd.edu/bugzilla/index.cgi?logout=1">https://sccn.ucsd.edu/bugzilla/index.cgi?logout=1</a><br></div><div><br></div><div>As a workaround, see the following to rename events. In this code, 2049 is renamed to 8049, 2050 to 8050, and 2051 to 8051.</div><div><br></div><div><div style="font-family:arial,sans-serif;font-size:13px">% rename events</div><div style="font-family:arial,sans-serif;font-size:13px">    allEvent = cell2mat({EEG.event.type}');</div><div style="font-family:arial,sans-serif;font-size:13px">    idx2049 = find(allEvent==2049); [EEG.event(idx2049).type] = deal(8049);</div><div style="font-family:arial,sans-serif;font-size:13px">    idx2050 = find(allEvent==2050); [EEG.event(idx2050).type] = deal(8050);</div><div style="font-family:arial,sans-serif;font-size:13px">    idx2051 = find(allEvent==2051); [EEG.event(idx2051).type] = deal(8051);</div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Makoto</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 14, 2014 at 7:46 AM, Moran Aharoni <span dir="ltr"><<a href="mailto:dag.herev@gmail.com" target="_blank">dag.herev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Nicolas and list members,<br>
<br>
I have encountered this problem as well, trying to select events<br>
marked '1', '2', '3', and having event '101' kept in the event list.<br>
I use EEGLAB 13.3.2 as well and have no blank spaces trailing after my<br>
event markers either.<br>
<br>
Regards,<br>
Moran<br>
<br>
On 13 November 2014 06:11, Nicolas Rene Escoffier<br>
<div><div class="h5"><<a href="mailto:nicolas.escoffier@nus.edu.sg">nicolas.escoffier@nus.edu.sg</a>> wrote:<br>
> Dear all,<br>
><br>
> I am using pop_selectevents to select events/epochs, but not all unselected<br>
> events/epoch are removed (when both using command line and gui).<br>
><br>
> I have a series of numerical event types (1-100), and when selecting a<br>
> single digit event (say '2'), pop_selectevent also selects all events whose<br>
> type start with that digit (in that case 20, 21,22 etc..). This is a problem<br>
> because I want to select a list of single digit events (1,2,3,4) without the<br>
> unwanted epochs.<br>
><br>
> I am using EEGLAB 13.3.2 with default pop_selectevent settings and 'Keep<br>
> only selected events' set. I tried to input event values in the field, as<br>
> well use the dropdown event list. Data were imported from a ANT amplifier<br>
> and epoched right away.<br>
><br>
> I noticed that my event types have trailing blank spaces. I found some<br>
> mention of that in the list so I removed them with deblank, but this did not<br>
> solve the issue.<br>
><br>
> Have I missed something? Has any of you ever encountered this issue before?<br>
> Any help would be appreciated.<br>
><br>
><br>
> Regards,<br>
> Nicolas<br>
><br>
> ________________________________<br>
><br>
> Important: This email is confidential and may be privileged. If you are not<br>
> the intended recipient, please delete it and notify us immediately; you<br>
> should not copy or use it for any purpose, nor disclose its contents to any<br>
> other person. Thank you.<br>
><br>
</div></div>> _______________________________________________<br>
> Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
> To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
> For digest mode, send an email with the subject "set digest mime" to<br>
> <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br>
_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div></div>
</div>