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

Feature Request: Support writing EEGLAB to mat files of version 7.3 and higher (=HDF5) #10

Open
sappelhoff opened this issue Nov 16, 2023 · 0 comments

Comments

@sappelhoff
Copy link
Contributor

The code here uses scipy.io.savemat:

savemat(str(fname), eeg_d, appendmat=False)

This means saving EEGLAB data as MATLAB files up to version 7.2.

Starting with MATLAB file version 7.3, the data are actually encoded in HDF5 format: https://de.mathworks.com/help/matlab/import_export/mat-file-versions.html

This is a great development, as it makes these files more accessible to other readers outside of MATLAB.


could you please implement support for writing EEGLAB data to mat files of version 7.3 and higher?

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

No branches or pull requests

1 participant