You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: