[Erppcatoolkit-support] Channel issues?
Brought to you by:
jdien
From: Andrew H. <and...@uc...> - 2011-03-19 22:00:55
|
Hi Joe, and others, I'm just starting to get into the EP Toolkit again, and trying to Preprocess an epoched .set file, using autoTemplate (or none) i'm getting the following error: Error: The file /Users/andrew/Documents/Research/DATA/BFBBFB_EPOCHS/LER_meta/S101/101_BFB_1_LER.set is missing information on some of the channel locations needed. This .set file has channel locations according to EEGLAB.. and I've installed all the necessary components in the EP instructions.. am I missing something? My files have 32 (reduced from 64) channels, all using standard labels, though the "type" field is empty, and no "value" field exists. I created the epochs using ERPLAB instead of EEGLAB - is there a prob in the way ERPLAB binlister / pop_epochbin creates the epoched file's event structure as opposed to how EEGLAB does it? Thanks, Andrew full output: Warning: No 'value' field in the events structure. EEGlab data files should have both a 'value' field to denote the generic type of event, as in 'trigger', and a 'type' field to denote the nature of this generic event, as in the condition of the experiment. Note also that this is the reverse of the FieldTrip convention. Read in 1 cell with a total of 601 trials. The name of the experiment is: The pre-stimulus period of the data is: 599.6094 msec. ************************************************************** Error: The file /Users/andrew/Documents/Research/DATA/BFBBFB_EPOCHS/LER_meta/S101/101_BFB_1_LER.set is missing information on some of the channel locations needed. ************************************************************** >> EEG.chanlocs ans = 1x32 struct array with fields: labels theta radius X Y Z sph_theta sph_phi sph_radius type urchan ref >> EEG.chanlocs.labels ans = Fp1 ans = F3 ans = F5 ans = F7 ans = C3 ans = T7 ans = P1 ans = P3 ans = P5 ans = P7 ans = P9 ans = O1 ans = Oz ans = POz ans = Pz ans = CPz ans = Fpz ans = Fp2 ans = Fz ans = F4 ans = F6 ans = F8 ans = FCz ans = Cz ans = C4 ans = T8 ans = P4 ans = P6 ans = P8 ans = O2 ans = A1 ans = A2 |