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 exporting stream object to EEG structure #14

Open
ibrilma opened this issue Aug 11, 2021 · 0 comments
Open

Error exporting stream object to EEG structure #14

ibrilma opened this issue Aug 11, 2021 · 0 comments

Comments

@ibrilma
Copy link

ibrilma commented Aug 11, 2021

Recently, I get following error message when exporting any type of stream (audio,video,eeg) to EEGLAB:

Error using eeg_getdatact (line 206)
file /home/USER/Documents/CurrentStudy/sub-P001/ses-S001/eeg/sub-P001_ses-S001_task-Default_run-001_eeg_MoBI/home/USER/Documents/CurrentStudy/sub-P001/ses-S001/eeg/sub-P001_ses-S001_task-Default_run-001_eeg_MoBI/myaudiostream_ingmar.fdt not found.
If you have renamed/moved
the .set file, you must also rename/move the associated data file.

Error in eeg_checkset (line 683)
EEG.data = eeg_getdatact(EEG);

Error in pop_loadset (line 221)
EEG = eeg_checkset(EEG, 'loaddata');

Error in dataSource/export2eeglab (line 496)
EEG = pop_loadset( [name '.set'],path);

Error in Export2EEGLAB>onExport (line 41)
mobilab.allStreams.export2eeglab(data,evnts);

Obviously, there is something wrong with the filepath (duplication of the /home/USER/Documents/CurrentStudy part of the file path). But I can't figure out when, where or why that happens. Maybe the header file contains wrong information? the .set files are not readable by pop_loadset(), either. I am using the GUI for export. The error also occurs with data that worked without problems 2 month ago.

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