Switch to unified view

a b/sample_locs/1ST_README.txt
1
This directory contains sample electrode location files for the standard 
2
10-20 and 10-10 Systems in EEGLAB format. Copy these files, 
3
then delete and/or add channels to match your electrode caps. You may
4
other standard electrode cap location files at the EEGLAB website.
5
".locs" files contain polar coordinates. ".ced" files contain electrode 
6
positions in polar, 3-D cartesian and 3-D spherical coordinate frames.
7
8
These files can also be converted to other formats (e.g., BESA, etc.) 
9
using the EEGLAB channel editor: Under Matlab, move to this directory
10
(folder) and type 
11
12
        >> pop_chanedit(readlocs('Standard-10-20-Cap81.ced'));
13
14
Then, in the resulting pop-up window, press the button "Save others"
15
(Note: You may need to start 
16
17
        >> eeglab 
18
19
first to allow Matlab to find the channel editing function).