methlabUZH / automagic

Automagic
GNU General Public License v3.0
89 stars 32 forks source link

import Automagic results into EEGLab #53

Closed silviaclementlam closed 2 years ago

silviaclementlam commented 2 years ago

Hi, it's not an issue but would like to see if I could get an answer from here. I used Automagic as an eeglab extension and ran it in the EEGLAB gui. Later I tried to view the preprocessed setfile in eeglab by importing Automagic results in the EEGLAB gui. Any advice on the command line for importing automagic results in eeglab? I tried to retrieve it using eeg.history but it didn't show the code. Thanks!

ksgfan commented 2 years ago

Hi, do you mean something like that?

eeglab % start eeglab
load('/Users/ds/Dropbox/automagic/test_results/AA2/ip_AA2_SL1_EEG.mat') % load preprocessed data
eegplot(EEG.data) % plot data

Best, Dawid