[Mne_analysis] Filtering with EpochsArray

Emanuela Liaci emanuela.liaci at gmail.com
Wed Aug 10 08:01:20 EDT 2016
Search archives:

Hello,

I have built my epochs with EpochsArray and I would like to apply a
low-pass filter. But when I tried to do this:

epochs = mne.EpochsArray(ElectrodeArray, info=info, baseline = (None, 0.04))
epochs.filter(l_freq=None, h_freq=25.0)

I get the error the following error: "AttributeError: 'EpochsArray' object
has no attribute 'filter'".

How can I solve this issue?

Many thanks,
Emanuela Liaci
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160810/00ed047e/attachment-0001.html 


More information about the Mne_analysis mailing list