<div dir="ltr"><div class="gmail_default" style="color:#333399">Hello Raquel, hoping all is well, please consider trying any/all of the following.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">0. Your problem is unusual and low-level. It's most likely something you're doing that's weird/unexpected, or a slight eeglab bug.</div><div class="gmail_default" style="color:#333399">1. Make sure you have the correct channel locations file loaded for this problem subject, and it's the same as you loaded for all other subjects. Remember that users often have to manually load the correct channel location file in eeglab.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">2. Make sure that the subject has the same number of original channel locations as the other subjects.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">3. Re-review the full content of EEG.chanlocs.labels side by side for both the problem subject and one okay subject, at their initial import stage, and also after you've applied correct channel locations information for this problem subject and for the one okay subject.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">4. Count the number of channels, and the number of channel labels, and check the uniqueness of the labels for all EEG fields containing channel information. Make sure they all match non-problem subjects.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">5. Make sure you are not adding new or different labels than expected, such as a 10-5 or 10-10 nomenclature. Something about such a list, or re-labelling channel labels in this manner, might be making a problem for you. First show yourself whether the problem subject persists when you only apply the Manufacturer Channel Number labels for your channels.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">6. Redo your setup and processing for the problem subject and replicate the problem again.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">7. If problem replicates regularly, please update or add to the eeglab bugzilla report for this.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">8. Search past eeglablist posts for similar problems and/or resolutions.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 1, 2016 at 12:26 PM, Raquel London <span dir="ltr"><<a href="mailto:raquel@dragondelapatagonia.com" target="_blank">raquel@dragondelapatagonia.com</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><div class="m_7993393955889405677gmail_signature"><div dir="ltr"><div>Dear eeglabbers,</div><div><br></div><div>With one of my subjects, I encountered the following error message: <i>Warning: some channels have the same label</i></div><div>I did not do anything differently with this subject compared to the others. I checked the channel labels and they are the same as for other data sets, and none are repeated.</div><div>Scalp topo's don't look strange either. </div><div><br></div><div>I found one similar bug report online, but no solution was reported there.</div><div><br></div><div>In the EEG.checkset function, I found this segment; however as I mentioned, there are no repeating labels.</div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">% check if duplicate channel label
            % ------------------------------<wbr>--
            if isfield(EEG.chanlocs, 'labels')
                if length( { EEG.chanlocs.labels } ) > length( unique({ EEG.chanlocs.labels } ) )
                    disp('Warning: some channels have the same label');
                end;
            end;</pre></div><div><br></div><div>Now, I'm not sure what my next step could be in figuring out what, if anything, could be wrong. Does anyone have an idea?</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>Raquel</div></font></span></div></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>