Skip to content

Conversation

@BRomans
Copy link

@BRomans BRomans commented Nov 4, 2025

Implementation to load the BrainForm dataset from BIDS files.
Works with both locally stored files if path is provided, otherwise fetches the dataset from Zenodo.
Local files can also be newer sessions collected with the BrainForm neurogame and converted to BIDS format.

Copy link
Collaborator

@gcattan gcattan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your nice contribution @BRomans !

Can you complete the wath s new file?
And the summary_p300.csv too?

I will ask you too, to test your dataset with an existing tutorial, for example this one
https://github.com/BRomans/moabb/blob/bromans/examples/paradigm_examples/plot_within_session_p300.py

And post the result in this thread.

Thank you.

events = events[np.argsort(events[:, 0])] # sort by onset

# --- Infer number of unique targets automatically ---
# Assume event codes: "Target" and "NonTarget"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we may be document this assumption in the description of the class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants