-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing Events: Whitespace, Digit range, ... interaction with MNE-Python #24
Comments
The solutions are simple
point 2. is due to how MNE-Python handles BrainVision markers: https://github.com/mne-tools/mne-python/blob/a7b39388b3f5225df554cd7cf770a80b0136fe94/mne/io/brainvision/brainvision.py#L828-L829 --> however, this behavior is usually what BrainVision also implements (padding with whitespace to length 3: ... perhaps I'll write to customer support to include this. And also ask what happens when we have a four digit integer code I'll submit a fix soon |
Update:I just sent the following Email to the BP support team
|
It turns out that the situation is more complicated. For archiving reasons, I post the reply here:
|
Our tests fail with MNE 0.18:
and in MNE 0.19.dev0, the stim_channel will be gone: https://github.com/mne-tools/mne-python/pull/6348/files
--> which makes this test fail as well:
The text was updated successfully, but these errors were encountered: