<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Sascha,<br>
<blockquote
 cite="midf295b3920610230427o5b2c5eacpcf74912b25f1fea@mail.gmail.com"
 type="cite">
  <pre wrap="">I was just wondering if anyone could tell me how to call correctly
pop_reref. I want to rereference my data to average of both ear
electrodes. Data are collected with the left ear as reference.</pre>
</blockquote>
Then you do not need to give a location for the reference, and you do
not need to recompute the activity of this reference either. <br>
<blockquote
 cite="midf295b3920610230427o5b2c5eacpcf74912b25f1fea@mail.gmail.com"
 type="cite">
  <pre wrap="">reref_EEG = pop_reref( EEG, [62], 'method', 'withref'); % 'refloc', ?
  </pre>
</blockquote>
So use instead <br>
<pre wrap="">reref_EEG = pop_reref( EEG, [62], 'method', 'standard');</pre>
I attached for those interested an update of the reference function
that fix several crashes (if it did not crash for you then it is fine).<br>
<br>
Best,<br>
<br>
Arno<br>
<blockquote
 cite="midf295b3920610230427o5b2c5eacpcf74912b25f1fea@mail.gmail.com"
 type="cite">
  <pre wrap="">Best,

Sascha
_______________________________________________
eeglablist mailing list <a class="moz-txt-link-abbreviated" href="mailto:eeglablist@sccn.ucsd.edu">eeglablist@sccn.ucsd.edu</a>
Eeglablist page: <a class="moz-txt-link-freetext" href="http://sccn.ucsd.edu/eeglab/eeglabmail.html">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a>
To unsubscribe, send an empty email to <a class="moz-txt-link-abbreviated" href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a>


  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<br>
<b><font face="Arial,Helvetica"><font size="+1">Arnaud Delorme, Ph.D.</font></font></b>
<br>
<font face="Arial,Helvetica"><font size="+1"><font color="#3333ff">Swartz
Center for Computational Neuroscience,</font> <font color="#3333ff">INC,
University of San Diego California</font></font></font>
<br>
La Jolla, CA92093-0961, USA
<p><font face="Arial,Helvetica"><b>Tel</b> :<i>(+1)-858-458-1927 ext 15</i></font>
<br>
<font face="Arial,Helvetica"><b>Fax</b> :<i>(+1)-858-458-1847</i></font>
<br>
<font face="Arial,Helvetica"><b>Web page</b>: <a
 href="http://www.sccn.ucsd.edu/%7Earno">sccn.ucsd.edu/~arno</a></font>
<br>
<font face="Arial,Helvetica"><b>To think upon</b>:</font></p>
<blockquote><dt><font face="Arial,Helvetica"> If the book we are
reading does not wake us, as with a fist hammering on our skull, why
then do we read it? A book must be an ice-axe to break the sea frozen
inside us.
    <font size="-5"><br>
    <br>
    </font></font></dt>
  <dd><font face="Arial,Helvetica"><i>Frank Kafka</i></font></dd>
</blockquote>
</div>
</body>
</html>