<div dir="ltr"><div class="gmail_default" style="color:rgb(51,51,153)">Hello Carolina, here are some things for you to try briefly, best wishes!</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br class="gmail-Apple-interchange-newline">If you haven't, try googling your topic and "eeglablist" for previous responses about this topic.<br></div><div class="gmail_default" style="color:rgb(51,51,153)">Also if you haven't yet gone through the eeglab tutorial with tutorial data, try that first, and review eegh steps.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Look into the rejection information fields of the EEG structure. Review EEglab tutorial information about acessing data structures. These are usually updated after </div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">See also tmp reject structures and the following field listed below, which you would find if you reviewed the code for the functions that do epoch rejection (the ones you use in your code</div><div class="gmail_default" style="color:rgb(51,51,153)"><pre style="color:rgb(0,0,0)">EEG.reject.rejglobal</pre><pre style="color:rgb(0,0,0)">I believe the field above gets properly populated after the <span style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px">eeg_rejsuperpose command.</span></pre></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Thanks for letting us know if you have success. If so, please share your solution in a response email that other users can benefit from.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 12, 2017 at 1:46 AM, Carolina Labbe Rodriguez <span dir="ltr"><<a href="mailto:Carolina.Labbe@unige.ch" target="_blank">Carolina.Labbe@unige.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_1125429738396061481divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<div>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:"Calibri",sans-serif">
Dear all,</p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:"Calibri",sans-serif">
 </p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:"Calibri",sans-serif">
I have a question about how to store the ordinal position of rejected epochs in an epoched data set file. The idea is to then make a table of total number of original epochs by participants with each cell containing either the number of rejected or kept epochs.</p>
<div><br>
</div>
<span>Presumably I could save the number of the rejected epoch ("EEG.trial") somewhere between lines 1 and 2 of the following script, right?</span></div>
<div><span>
<div>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:"Calibri",sans-serif">
<br>
</p>
EEG = pop_autorej(EEG, 'nogui','on','threshold',100,'<wbr>startprob',3); <br>
EEG = eeg_rejsuperpose( EEG, 1, 1, 1, 1, 1, 1, 1, 1);<br>
EEG = pop_rejepoch( EEG, [],0);</div>
<br>
</span></div>
<div><span>
<p>Is there any way of getting this information? My apologies if the question is too<span> basic, I'm still relatively new to EEGLAB and I cannot figure it out. I am open to using other functions for automatic epoch rejection.</span></p>
</span><br>
</div>
<div>Thanks,</div>
<div><br>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:"Calibri",sans-serif">
<a name="m_1125429738396061481__MailAutoSig"><span lang="FR">Carolina</span></a></p>
<span></span>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:"Calibri",sans-serif">
 </p>
</div>
</div>
</div>

<br>______________________________<wbr>_________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/<wbr>eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.<wbr>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.<wbr>edu</a><br></blockquote></div><br></div>