<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Hi Stephen<div><br></div><div>The codes you want are in EEG.event.epochtype instead of in EEG.event.type (which just has the 'TLE' codes).  </div>

<div><br></div><div>The code below will get this fixed for you.</div><div><br></div><div><div>for n_event = 1:length(EEG.event)</div><div>    EEG.event(n_event).type = EEG.event(n_event).epochtype</div><div>end</div><div>

eeglab redraw</div><div>pop_eegplot( EEG, 1, 1, 1);</div><div><br></div><div>John</div></div></span><br><div class="gmail_quote">On Fri, Apr 29, 2011 at 12:48, Stephen Politzer-Ahles <span dir="ltr"><<a href="mailto:politzerahless@gmail.com">politzerahless@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello all,<br><br>I am interested in importing epoched Neuroscan data into EEGLAB to perform ICA artifact correction (the continuous files are much too large to import without chopping them into several smaller files each). I tried epoching the files in Neuroscan's software while including all conditions (such that each epoched file contained epochs with different trigger values, e.g. '1','2','3','4'), but after importing into EEGLAB every epoch seems to have the same trigger value, 'TLE'. I had intended to extract the epochs for each condition into separate datasets to perform averaging and further analysis by condition, but of course if the epochs no longer have triggers that identify their condition that is difficult. <br>


<br>Does anyone know how to preserve the event/trigger information when importing Neuroscan .eeg data? Any suggestions would be much appreciated!<br><br>Best,<br>Stephen Politzer-Ahles<br clear="all"><font color="#888888"><br>

-- <br>Stephen Politzer-Ahles<br>
University of Kansas<br>Linguistics Department<br><a href="http://www.linguistics.ku.edu/" target="_blank">http://www.linguistics.ku.edu/</a><br>
</font><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>