averaging of different event types

Hi,

I have to average events that have different values (e.g. 1 and 65 or 4097 and 4161) on the ?STI 014? trigger channel. What is the easiest way to do it?

Elena

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20101112/4c098735/attachment.html

Elena, all you need to do is specify multiple event lines in the
ave-decsriptor files

i.e

category
{
.
.
.
event 1
event 65
.
.
.

}

category{
.
.
.
event 4097
event 4161
.
.
.

}

Hope this helps.

~N&ita

Hi Elena,

This assumes that you are using the new(est) MNE version which has
this feature documented in the Manual.

- Matti