EEG segment between two triggers

External Email - Use Caution

Hi,

This might be pretty basic, but is there a way to create epochs for EEG
segments between two triggers? The mne.Epochs function outputs epochs of
EEG segments of tmin to tmax around the trigger time. If trigger 1 is
always sent before trigger 2, can I create epochs of segments between
trigger 1 and trigger 2?

Thanks,
Neelesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180713/462c19a3/attachment.html

External Email - Use Caution

Hi Neelesh,

It is not possible in MNE to create epochs of different lengths. If it
always leads to epochs of the same length, you should simply
rewrite the events array and pass it to mne.Epochs with tmin and tmax.

Mainak