<div dir="ltr">Dear Soumajyoti,<div><br></div><div>Sorry for delayed response.</div><div>I agree with Arno.  The output for pop_chanedit() should be EEG structure as help shows. Could you try it without .chanlocs?</div><div>

<br></div><div>Makoto</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-14 20:45 GMT-08:00 Arnaud Delorme <span dir="ltr"><<a href="mailto:arno@salk.edu" target="_blank">arno@salk.edu</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Soumajyoti,<br>
<br>
try instead<br>
<br>
rawInputEEG =pop_chanedit(rawInputEEG, 'load',{ electrode_filename, 'filetype', 'locs'});<br>
<br>
or<br>
<br>
rawInputEEG.chanlocs= readlocs(electrode_filename);<br>
rawInputEEG = eeg_checkset(rawInputEEG);<br>
<br>
Arno<br>
<div class="HOEnZb"><div class="h5"><br>
On Jan 30, 2014, at 11:53 AM, Soumajyoti Sarkar <<a href="mailto:ergy.ergy@gmail.com">ergy.ergy@gmail.com</a>> wrote:<br>
<br>
> Hi All,<br>
>          Thanks for helping me out. Here is what I have done so far:<br>
><br>
> i) I copied the entire 'sample_data' from eeglab to a folder 'D:\myeeg'.<br>
> ii) I copied the necessary functions from eeglab to the folder D:\myeeg that are required for pop_loadset and pop_chanedit.<br>
> iii) Then I set the path of this folder myeeg in Matlab and executed the following lines<br>
><br>
> filename = 'd:\myeeg\sample_data\eeglab_data.set';<br>
> raw_data = 'd:\myeeg\sample_data\eeglab_data.fdt';<br>
> rawInputEEG=pop_loadset(filename);<br>
> electrode_filename='d:\myeeg\sample_data\eeglab_chan32.locs';<br>
> rawInputEEG.chanlocs=pop_chanedit(rawInputEEG.chanlocs, 'load',{ electrode_filename, 'filetype', 'locs'});<br>
><br>
> The pop_loadset() function worked properly but after  the last line (pop-chanedit) the following warning is displayed<br>
><br>
> Warning: channel labels should not be empty, creating unique labels<br>
> Warning: coordinate conversion failed<br>
><br>
> Hope you'll can help me out.<br>
><br>
><br>
> Thanks.<br>
><br>
><br>
<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br>

</div>
</div>