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?
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?
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.