Hi Arti,<br><br>I don't think the loadavg_bcl function imports the data in the same format the GUI uses (it doesn't put it into an 'EEG' structure). Here is the code I use at the command line to import .avg data and topoplot it:<br>
<br><br><pre style="margin-left:40px;color:rgb(0,102,0);font-family:courier new,monospace">figure;<br><br>[signal, variance, chan_names, pnts, rate, xmin, xmax] = loadavg_bcl('some_file.avg');<br>signal = signal';<br>
locations = readlocs('some_file.xyz');<br>range = mean(signal(:,450:500),2);<br>topoplot(range,locations,'headrad',.55,'plotrad',.61,'conv','off','electrodes','on','maplimits',[-5 5], 'whitebk','on'); title('NCW-SW 150-200ms')</pre>
I usually get the mean over some range of samples, store it in the 'range' variable, and plot that mean; however, you could also plot the values at a single time point (by just using e.g.     signal(:,<i>n</i>) instead of range in the topoplot call).<br>
<br>Best,<br>Steve<br><br><div class="gmail_quote">On Fri, May 4, 2012 at 12:13 AM, Arti Abhishek <span dir="ltr"><<a href="mailto:arti.abhishek1982@gmail.com" target="_blank">arti.abhishek1982@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear list,<br> <br>I am very new to EEG lab and requesting the help of EEG lab experts on a problem. I am trying to import a neuroscan .AVG file to get topographical head maps. I have tried using the loadavg_bcl function to import the .avg file to EEGlab and also the readlocs function to read the channel location file. But I am not able to redraw the GUI for plotting the topographical map. I would be very grateful if anyone could tell me the correct procedure.<br>

 <br>Many thanks,<br>Arti 
<br>_______________________________________________<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></blockquote></div><br><br clear="all"><br>-- <br>Stephen Politzer-Ahles<br>
University of Kansas<br>Linguistics Department<br><a href="http://www.linguistics.ku.edu/">http://www.linguistics.ku.edu/</a><br>