Simon Kern
Simon Kern
Okay thanks! I guess a workaround in my case would be to remove all underscores before calling the function
sure, let's do it! @holgern would you create a `main` branch and set it as default?
short reminder to @holgern
> I don't really understand what you're saying here, could you please provide an example? Doesn't need to be an MWE, just some illustration of what happens vs what you...
> Ah okay, so you're basically running all pre-processing steps to get the "clean" raw data, and that's when you stop using the pipeline and want to proceed working with...
sure! [annotation.zip](https://github.com/user-attachments/files/17899972/annotation.zip) I think this is intended behaviour in MNE, as far as I can tell, the original trigger values are not saved when running `mne.annotations_from_events` and when running the...
Yes, the empty room and rest are not processed, unless I call them explicitly by `--task rest1,rest2` Can I help with debugging somehow? I failed finding where `config.task==''` is translated...
Coming back to this issue: I have added the missing channels as flat lines, however then the pipeline fails with ``` │10:16:35│ ⏳️ sub-01 Creating EOG epochs … │10:16:35│ ...
Ah, yes, it is indeed an error of `mne` not numpy :) somehow the saved data contains NaNs
Coming back to this issue: Is there any way to continue or exclude EOG in this case? I still found no way to run the pipeline if EOG is missing/empty...