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

Error loading data #3

Open
W-Jason opened this issue Sep 26, 2016 · 3 comments
Open

Error loading data #3

W-Jason opened this issue Sep 26, 2016 · 3 comments

Comments

@W-Jason
Copy link

W-Jason commented Sep 26, 2016

Hi,

I've installed FASST and the dependent sofware spm12 which is the latest version.
I am getting an error when I try to load the data.
I am loading the .mat file.
Please let me know what's the issue
qq 20160926151619

@ChristophePhillips
Copy link
Member

Hi Jason(?),
The important information is on the 2nd line of the error message:
File "F:.....mat" doesn't contain SPM M/EEG data.
So it looks like your data and not in the right format... Could you double-check how your data were imported into SPM format? Did you use SPM "import" function or relied on the specific import function in FASST?
Best.

@W-Jason
Copy link
Author

W-Jason commented Sep 28, 2016

Thank you for your answer!
I want to use the cICA algorithm in this toolbox.But i do not know the input data format.
I try to use cICA algorithm,but this problem occurs.
image
Could you help me solve this issue.
Thank you!

@ChristophePhillips
Copy link
Member

Hi Jason,
Hard to say without a look at the data. The algorithm is complaining that the data are "too noisy"... cICA can be sensitive to "other arterfacts" present in the EEG signal, beyond the cardiobalistic artefact. This is probably why it's not happy here.
2 things to try:

  • could you visually check your data? And ensure that the gradient artefact was properly cleaned up and that there is not too much 'other bad stuff' in the signal?
  • try out a simpler cardiobalistic artefact correction approach, such as AAS. And check what's coming out of it. AAS is used as a 1st approximation for cICA, so if AAS doesn't work at least partially, cICA is doomed...
    HTH!

ChristophePhillips pushed a commit that referenced this issue Feb 20, 2019
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

2 participants