Dear Michele,<div><br></div><div>the format that BCILAB can import is continuous data + events. If you have a non-epoched .set file, you can directly load it into BCILAB (see the tutorial scripts) and run BCI analyses on that.</div>
<div><br></div><div>I think what you observed there is that a function call like X = io_loadset(...) returns a result that has no fields besides one called "tracking". X is in fact only a proxy (aka handle) that refers to the actual data set. So if you would like to inspect or manually edit the familiar EEGLAB set structure for the data after import, you'd do that by invoking X = exp_eval(X) on it, which basically resolves the handle it into the actual data. </div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>However, there is actually almost never a need to do 'manual' editing of the data sets in your scripts beyond their initial curation, because all actual BCI processing is done by dedicated filter functions (flt_*** and set_***), among others. So that leaves only curation of the raw data (e.g., perhaps making sure that your chanlocs make sense) -- which is best done via EEGLAB (ideal for tinkering with EEG data!) and then saved to disk for later import into BCILAB.</div>
<div><br></div><div>Best,</div><div>Christian</div><div><br><div class="gmail_quote">2011/11/1 Michele Barsotti <span dir="ltr"><<a href="mailto:nomeserio@gmail.com">nomeserio@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div>Hi all.</div><div>I've always worked with EEGlab and I've all my dataset in format .set/ .dat .</div><div>I'd like to start working with BCIlab but I don't understand if I have to work with triggered data or not. When I load data into BCIlab I'm not able to find information about it (i.e. name of events). </div>

<div>Someone could help me?</div><div>Thanks in advance</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Michele</div><div><br></div><div><br></div>-- <br>        -Michele-<br>
</font></span></div>
<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></div>