3. Setting channel locations

Channel locations #


Intro

So you’ve got your data open. But the problem is, EEGLAB has no idea which channel goes where. At present, all it knows is your channel IDs (names/numbers) if you’re lucky. So your next step is to tell EEGLAB where these channels belong in relation to one another by using a location file. Luckily, the creators of EEGLAB have provided a channel file which features a database of 385 defined channel labels. As long as your data was imported into EEGLAB with these labels (which most systems do) then sourcing your channel locations from this file should typically work well.


Video

Code
    EEG=pop_chanedit(EEG, 'lookup',[pathtoeeglab '\\plugins\\[CHANNEL ADDRESS]]']);

Script

Script #2 (download).

Script #2 (view).


Dataset

To run this operation via the user interface, the example data set (used in the above video), along with the channel location file can be downloaded here.


Activity

Have a go at setting channel locations for your dataset using both the UI and the scripts provided.


FAQs