Skip to content

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

@arnodelorme

Description

@arnodelorme

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions