-
Notifications
You must be signed in to change notification settings - Fork 184
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
Create a dataset for CVEP and BurstVEP from Toulouse lab #531
Conversation
The trial and epochs stim have been added as well as other functions to help to do that. The what's new have been changed too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, here are some minor comments, we could merge when they are implemented.
sessions_per_subject=1, | ||
code="CasitllosBurstVEP100", | ||
paradigm="cvep", | ||
paradigm_type="burst100", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I understand what you want to do with the paradigm_type
arg. I think you should remove it for now. You could properly add it the CVEP class once this PR is merged.
Co-authored-by: Sylvain Chevallier <[email protected]>
Thanks @sebVelut ! |
I have added the dataset from the lab of Frédéric Dehais in Toulouse on Burst VEP and CVEP.
For the moment, you can just get the data from the dataset (the BurstVEP with 100% or 40% amplitude or the CVEP with 100% or 40% amplitude). A further modification will be needed to change the events and the class : now the class are the number of the code and the label are the codes in bits. A need of new function in this file will be needed.