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

Add support for EEGLAB files #21

Open
cbrnr opened this issue Feb 14, 2017 · 0 comments
Open

Add support for EEGLAB files #21

cbrnr opened this issue Feb 14, 2017 · 0 comments

Comments

@cbrnr
Copy link
Owner

cbrnr commented Feb 14, 2017

SigViewer should be able to open EEGLAB files, which come in two flavors: (1) either a single .set file or (2) a pair of .set/.fdt files. A .set file is just a renamed .mat file, which in the former case contains both the meta information and the signal data. In the latter case, the .set file contains only the meta information whereas the signal data is stored in a separate .fdt file.

So if the data is available within the .set file, it should be available in EEG.data. If this field does not exist, the data must be retrieved from a separate .fdt file.

I guess we could use the free matio library for this purpose.

@cbrnr cbrnr changed the title Support for EEGLAB files Add support for EEGLAB files Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant