Skip to content
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

Support preload=False for the new EEGLAB single .set format #13096

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dungscout96
Copy link

Reference issue (if any)

What does this implement/fix?

EEGLAB introduced a new mechanism that allows reading only metadata from a single .set file that has both data and metadata. Thus raw data no longer needed to be stored in a separate .fdt file. Adding this feature to MNE. This implementation uses scipy's loadmat and whosmat functions.

Additional information

Copy link

welcome bot commented Feb 3, 2025

Hello! 👋 Thanks for opening your first pull request here! ❤️ We will try to get back to you soon. 🚴

Comment on lines +83 to +84
info_fields = [
"setname",
Copy link
Member

Choose a reason for hiding this comment

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

Is there a list available (like an EEGLAB API documentation) that describes or at least simply but exhaustively enumerates these fields? If yes, it would be very valuable to link to that in a comment here, or in the docstr of the EEGLAB reading function. If not, I expect this bit of code to be relatively volatile, as we would always need an EEGLAB expert to help us fixing this function.

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