<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">For re-referencing and similar operations, you might also try adding ERPLAB Toolbox to EEGLAB.  ERPLAB has a "channel operations" function that allows very powerful and flexible re-referencing.  Most importantly, it is extremely easy to see exactly what you're doing in the re-referencing process.<div><br></div><div>Steve Luck</div><div><br><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br><font class="Apple-style-span" color="#000000"><br></font><div><br><div><div>On Sep 4, 2012, at 12:22 PM, James Desjardins wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div ocsi="0" fpstyle="1"><div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10pt; ">Hi Josh,<br><br>I recently came across this issue as well. I think that it is a bug in the pop_reref function. The old-reference selection button is looking for the<span class="Apple-converted-space"> </span><span style="font-family: 'Courier New'; ">nodatchans.labels</span><span class="Apple-converted-space"> </span>field in the<span class="Apple-converted-space"> </span><span style="font-family: 'Courier New'; ">tmpchaninfo</span><span class="Apple-converted-space"> </span>structure but it is not there.<br><br>One work around is to tell it to look in the<span class="Apple-converted-space"> </span><span style="font-family: 'Courier New'; ">EEG</span><span class="Apple-converted-space"> </span>structure instead of the<span class="Apple-converted-space"> </span><span style="font-family: 'Courier New'; ">tmpchaninfo</span><span class="Apple-converted-space"> </span>structure as follows...<br><br>Change line 103 in pop_reref.m from:<br><br><span style="font-family: 'Courier New'; ">'   tmpchaninfo = EEG(1).chaninfo; [tmp tmpval] = pop_chansel({<span style="color: rgb(255, 0, 0); ">tmpchaninfo</span>.nodatchans.labels}, ''withindex'', ''on''); set(findobj(gcbf, ''tag'', ''refloc''  ), ''string'',tmpval); clear tmpchanlocs tmp tmpval;' ...</span><br><br>to:<br><br><span style="font-family: 'Courier New'; ">'   tmpchaninfo = EEG(1).chaninfo; [tmp tmpval] = pop_chansel({<span style="color: rgb(255, 0, 0); ">EEG</span>.nodatchans.labels}, ''withindex'', ''on''); set(findobj(gcbf, ''tag'', ''refloc''  ), ''string'',tmpval); clear tmpchanlocs tmp tmpval;' ...</span><br><div><br><br><br>I will submit a bug report.<br><br><br><br><div style="font-family: Tahoma; font-size: 13px; "><div class="BodyFragment"><font size="2"><span style="font-size: 10pt; "><div class="PlainText">James Desjardins, MA<br>Electrophysiology Technologist<br>Cognitive and Affective Neuroscience Lab, Psychology Department<span class="Apple-converted-space"> </span><br>Jack and Nora Walker Centre for Lifespan Development Research<br>Brock University<br>500 Glenridge Ave.<br>St. Catharines, ON, Canada L2S 3A1<br>905-688-5550 x4676<br>--<br>"'Cause you never can tell What goes on down below!<br>"This pool might be bigger Than you or I know!"<br><br>McElligot's Pool<br>Dr.Seuss 1947</div></span></font></div></div></div><div style="font-family: 'Times New Roman'; color: rgb(0, 0, 0); font-size: 16px; "><hr tabindex="-1"><div id="divRpF819975" style="direction: ltr; "><font face="Tahoma" color="#000000" size="2"><b>From:</b><span class="Apple-converted-space"> </span><a href="mailto:eeglablist-bounces@sccn.ucsd.edu">eeglablist-bounces@sccn.ucsd.edu</a><span class="Apple-converted-space"> </span>[<a href="mailto:eeglablist-bounces@sccn.ucsd.edu">eeglablist-bounces@sccn.ucsd.edu</a>] on behalf of Joshua Hartshorne [<a href="mailto:jkhartshorne@gmail.com">jkhartshorne@gmail.com</a>]<br><b>Sent:</b><span class="Apple-converted-space"> </span>August-30-12 6:24 PM<br><b>To:</b><span class="Apple-converted-space"> </span><a href="mailto:eeglablist@sccn.ucsd.edu">eeglablist@sccn.ucsd.edu</a><br><b>Subject:</b><span class="Apple-converted-space"> </span>[Eeglablist] re-reference with EGI data<br></font><br></div><div></div><div>Hi Tarik,<div><br></div><div>This is very helpful. I'm still having difficulty getting the reference channel (Cz) added back into my data. In the pop-up window, it doesn't seem possible (when I click on ... in order to chose the reference channel in order to add it back into the data, I get the following error:</div><div><br></div><div><div>Undefined variable "tmpchaninfo" or class "tmpchaninfo.nodatchans.labels".</div><div> </div><div>Error using waitfor</div><div>Error while evaluating uicontrol Callback</div><div><br></div><div>Because of this, I'm not able to use EEG.history to figure out the right syntax for my scripts (interestingly, what I do get when I run without adding Cz back has a lot of inputs that aren't described in the pop_reref help file). I've been playing around with reref (not the pop_ version) to see if I can figure this out, but so far, no luck.</div><div><br></div><div>Thanks,</div><div>Josh</div><div><br></div><div class="gmail_quote">On Thu, Aug 30, 2012 at 3:16 PM,<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a>></span><span class="Apple-converted-space"> </span>wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">---------- Forwarded message ----------<br>From: Tarik S Bel-Bahar <<a href="mailto:tarikbelbahar@gmail.com" target="_blank">tarikbelbahar@gmail.com</a>><br>To: <a href="mailto:jkhartshorne@gmail.com" target="_blank">jkhartshorne@gmail.com</a><br>Cc: <a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a><br>Date: Wed, 29 Aug 2012 18:02:45 -0700<br>Subject: Re: [Eeglablist] re-reference with EGI data<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">I've tended to import continuous files EGI RAW files into EEGLAB and to go from there. There may be few or no time points or epochs in one of the raw files. The message looks like it's just saying that it found no epochs and changed it to 1 big epoch for eeglab. Happy brain maps, stay in touch regarding your adventure.  </blockquote><div><br></div><br><br><br><div class="gmail_quote">On Wed, Aug 29, 2012 at 12:39 PM, Joshua Hartshorne<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:jkhartshorne@gmail.com" target="_blank">jkhartshorne@gmail.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">Thanks, Stephen, Tarik, Simon,<div><br></div><div>I am using the older GSN (pre-HydroCel) caps. EEGLab seems to correctly decide which locations file to use, and that file matches the one on EGI's website.</div><div><br></div><div>I did notice, however, an odd warning when importing, which makes me worried and makes me wonder if any of you know something about it. Invariably, I get this message:</div><div><br></div><div><div>eeg_checkset warning: 3rd dimension size of data (1) does not match the number of epochs (0), corrected</div><div>eeg_checkset warning: number of columns in data (501045) does not match the number of points (0): corrected</div><div><br></div><div>Here is all the output, just so you can see that warning in context:</div><div><br></div><div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing trailing character of selected file to find base file name</div><div style="margin-top: 0px; margin-bottom: 0px; ">Base file name is: /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20001.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20002.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20003.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20004.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20005.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20006.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20007.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20008.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20009.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20010.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing binary EGI data file ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Importing /Users/jkh80/Documents/EEG_Data/ScalarImplicature/SI_Filtered_Raw/SI20011.raw</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 166 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset warning: 3rd dimension size of data (1) does not match the number of epochs (0), corrected</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset warning: number of columns in data (991630) does not match the number of points (0): corrected</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: upper time limit (xmax) adjusted so (xmax-xmin)*srate+1 = number of frames</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 165 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 164 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 163 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 162 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 161 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 160 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 159 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 158 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 157 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 156 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 155 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 154 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 153 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 152 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 151 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 150 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 149 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 148 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 147 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 146 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 145 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 144 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 143 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 142 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 141 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 140 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 139 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 138 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 137 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 136 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 135 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 134 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 133 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 132 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 131 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">pop_chanevent: importing events from data channel 130 ...</div><div style="margin-top: 0px; margin-bottom: 0px; ">eeg_checkset note: creating the original event table (EEG.urevent)</div><div style="margin-top: 0px; margin-bottom: 0px; ">Removing 1 channel(s)...</div><div style="margin-top: 0px; margin-bottom: 0px; ">Deleting empty data reference channel (reference channel location is retained)</div><div style="margin-top: 0px; margin-bottom: 0px; ">EGI channel location automatically detected GSN129.sfp ********* WARNING please check that this the proper file</div><div style="margin-top: 0px; margin-bottom: 0px; "><br></div><div style="margin-top: 0px; margin-bottom: 0px; "><br></div><div style="margin-top: 0px; margin-bottom: 0px; ">The data end up looking reasonable, so I'm not too worried about this, but I'd like to make sure it's not something I should worry about.</div><div style="margin-top: 0px; margin-bottom: 0px; ">Thanks,</div><div style="margin-top: 0px; margin-bottom: 0px; ">Josh</div></div><br><br><div class="gmail_quote">On Wed, Aug 29, 2012 at 2:49 PM, Simon-Shlomo Poil<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:poil.simonshlomo@gmail.com" target="_blank">poil.simonshlomo@gmail.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">Dear Joshua,<br><br>This is known issue with the EGI electrode files. You simply need to delete the additional channels.<br><br>Try to use one of the two channel location files I have attached. However, first carefully check that the layout is the same as your cap (EGI has different layouts!).<br><br>Hope it works,<br>Simon<span><font color="#888888"><span><font color="#888888"><br><br>--<span class="Apple-converted-space"> </span><br>Simon-Shlomo Poil<br><a href="http://www.nbtwiki.net/" target="_blank">http://www.nbtwiki.net</a><span style="padding-right: 16px; width: 16px; min-height: 16px; "></span><span class="Apple-converted-space"> </span><br><br></font></span></font></span><div class="gmail_quote"><span><font color="#888888"><span><font color="#888888">2012/8/24 Joshua Hartshorne<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:jkhartshorne@gmail.com" target="_blank">jkhartshorne@gmail.com</a>></span><br></font></span></font></span><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "><div><div><div><div><div>I have EGI data recorded with a 128 electrode cap (vertex reference). I exported it to EEGLab and included the reference in the export (I used the multiple file format).</div><div><br></div><div>EEGLab seems to recognize everything fine and includes 128 electrodes in the data, though when I go to "edit channel locations", I see 132 channels. The last one is my reference channel, labeled correctly as Cz. Though it's channel type is listed as "REF", no Reference is listed in the pop-up window (the section below the panel of "channel type") for any channel. I have no idea what channels 129-131 are (they are labeled FidNz, FidT9, and FidT10).</div><div><br></div><div>So I want to re-reference. If I check "compute average reference", I don't have the option of retaining the old reference channel, which seems odd. If I click on the "..." button after "Add current reference channel back to the data", I get an error (??? Error using ==> waitfor Error while evaluating uicontrol Callback). From the wiki, I understand I should have gotten a list. Manually setting reference to "Cz" or "132" using the "edit channel info" window for channels 1:128 doesn't fix this problem.</div><div><br></div><div>However, if I leave all that blank, I "successfully" re-reference to average reference. That is, I don't get an error, though I'm not sure how to determine whether it worked correctly or not. </div><div><br></div><div>What I'd really like to do is re-reference to the average of the mastoids (channels 57 and 101), which would aid comparison with another dataset that was collected on different equipment with fewer electrodes. But the wiki suggests that I have to do this by going through average reference first (really?), so I wanted to make sure I had that much right first. </div><div><br></div><div>In any case, I assume that if I list two electrodes in the "re-reference data to channel(s):" box that it will automatically compute the average of those two. I tried doing that (both with and without going through average reference), and I notice that channels 57 and 101 are *not* listed as "REF" in "Channel type" after doing this, while Cz is still listed as "REF", though "Reference" is now listed as "E57 E101". </div><div><br></div><div>I appreciate any help.</div><div>Josh Hartshorne</div><br></div></div></div></div><div><div>_______________________________________________<br>Eeglablist page:<span class="Apple-converted-space"> </span><a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><span style="padding-right: 16px; width: 16px; min-height: 16px; "></span><br>To unsubscribe, send an empty email to<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>For digest mode, send an email with the subject "set digest mime" to<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a><br></div></div></blockquote></div><br><br clear="all"><br>--<span class="Apple-converted-space"> </span><br><br><a href="http://www.kispi.uzh.ch/Kinderspital/Medizin/mrzentrum_en.html" target="_blank"></a><br></blockquote></div><br></div><br>_______________________________________________<br>Eeglablist page:<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>For digest mode, send an email with the subject "set digest mime" to<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br><br>_______________________________________________<br>eeglablist mailing list<span class="Apple-converted-space"> </span><a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a><br>Eeglablist page:<span class="Apple-converted-space"> </span><a href="http://www.sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://www.sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>To unsubscribe, send an empty email to<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-unsub@sccn.ucsd.edu" target="_blank">eeglablist-unsub@sccn.ucsd.edu</a><br>To switch to non-digest mode, send an empty email to<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-nodigest@sccn.ucsd.edu" target="_blank">eeglablist-nodigest@sccn.ucsd.edu</a><br></blockquote></div><br></div></div></div></div>_______________________________________________<br>Eeglablist page:<span class="Apple-converted-space"> </span><a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>To unsubscribe, send an empty email to<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a></div></span></blockquote></div><br></div></div></div><br><br>_______________________________________________<br>eeglablist mailing list <a href="mailto:eeglablist@sccn.ucsd.edu">eeglablist@sccn.ucsd.edu</a><br>Eeglablist page: <a href="http://www.sccn.ucsd.edu/eeglab/eeglabmail.html">http://www.sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsub@sccn.ucsd.edu">eeglablist-unsub@sccn.ucsd.edu</a><br>To switch to non-digest mode, send an empty email to <a href="mailto:eeglablist-nodigest@sccn.ucsd.edu">eeglablist-nodigest@sccn.ucsd.edu</a></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">--------------------------------------------------------------------<br>Steven J. Luck, Ph.D.<br>Director, Center for Mind & Brain<br>Professor, Department of Psychology<br>University of California, Davis<br>Room 109<br>267 Cousteau Place<br>Davis, CA 95618<br>(530) 297-4424<br>E-Mail: <a href="mailto:sjluck@ucdavis.edu">sjluck@ucdavis.edu</a><br>Web: <a href="http://mindbrain.ucdavis.edu/people/sjluck">http://mindbrain.ucdavis.edu/people/sjluck</a><br>Calendar: <a href="http://www.google.com/calendar/embed?src=stevenjluck%40gmail.com&ctz=America/Los_Angeles">http://www.google.com/calendar/embed?src=stevenjluck%40gmail.com&ctz=America/Los_Angeles</a><br>--------------------------------------------------------------------<br><br><br><br><br><br><br></span>
</div>
<br></div></body></html>