-
Notifications
You must be signed in to change notification settings - Fork 225
Added two c-VEP datasets from Martinez-Cagigal 2025 #795
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
Conversation
|
Hey @vicmarcag, Looks like the conversion is made only once using the Medusa kernel, and it looks like we have dependency conflicts between Medusa and moabb. I see two solutions to the problem:
What do you prefer @vicmarcag? |
|
@sebVelut, can you review? two very big c-vep dataset for moabb :) |
Hi, First option is not possible, I'd go for the second. I have now stated medusa-kernel>=1.3 dependency instead of 1.4 so it can be used with python 3.8 and 3.9. Should I create another pull request or is it possible to update this one in this same thread? |
|
ok ok, looks like Medusa is not super heavy, and now it is working fine. If I understand correctly, we need Medusa because some meta information cannot possible to be loaded with normal MNE, right? In the future, do you think this new feature from mne could be helpful? |
Yes ! I am looking at it as soon as I can ! 😄 |
Add _match_float() helper to extract first float from slash-separated trial length strings like '5.3/6.7/10.3/4.0/10.0' in MartinezCagigal2023Pary. Also add What's New entry for the two new c-VEP datasets.
I have added two brand new c-VEP datasets from Martínez-Cagigal (2025a,b), summing up to 32 subjects and 13 conditions per each:
I have also updated the
summary_cvep.csvfile, as well aspyproject.tomlto require a dependency ofmedusa-kernelto load the original signals and then convert them to MNE format.