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

An attempt to import data exported using BVA-IO to FASST (SPM8 plugin) #8

Open
arnodelorme opened this issue Nov 27, 2019 · 0 comments

Comments

@arnodelorme
Copy link
Collaborator

I'm not sure how many users would be interested in this specific topic, but if there is ever someone interested in exporting EEGLAB data to FASST(SPM8 plugin) to test its constraint ICA, I want to raise a caution that EEGLAB-exported BV format data loaded by crc-eeg_rdata is interchanged with their rows and colums! So s/he should do something like this:

data = reshape(data, [size(data,2) size(data,1)]);

I'm not sure if this could cause a problem in any other places... for example, compatibility with Vision Analyzer (which I can't test since I don't have it now).

Makoto

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