is the maxfilter software necessary?

It seems like you're making the right calls. Can you open an issue on
GitHub, and if possible share a small file and minimal code snippet to
reproduce the error?

Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160729/dca6bce9/attachment.html

Hi,

this question probably is in the same vein as my earlier one, but I am
wondering if mne.Annotations, especially its onset and offset list
parameters, can be set automatically based on some criteria? Or put
differentally, is there a way to create values for the onset / offset
lists when rejection criteria are met? Or should I take the values of
my raw data, e.g. raw[ch_number][0][0] and program these criteria
myself?

Thank you in advance
Nico

hi nico,

Annotations are super recent in MNE. So far we can use/view them but there is no
real use case or tool to create them automatically/easily based on data.
It's one of the things we want to do next:
- make the Annotations creation possible with raw.plot()
- somehow create them automatically based on statistical tools.

Alex

cool, thanks for the answer! Am looking forward to that :slight_smile:

Quoting Alexandre Gramfort <alexandre.gramfort at telecom-paristech.fr>: