the file extension determines its type.'.loc' or '.locs' or '.eloc': polar coordinates. Notes: angles in degrees: right ear is 90; left ear -90;head disk radius is 0.5. Fields: N angle radius labelSample: 1 -18 .511 Fp1 218 .511 Fp2 3 -90 .256 C3490 .256 C4...Note: In previous releases, channel labels had to contain exactly four characters (spaces replaced by '.'). This format still works, though dots are no longer required.'.sph':Matlab spherical coordinates. Notes: theta is the azimuthal/horizontal anglein deg.: 0 is toward nose, 90 rotated to left ear. Following this, performsthe elevation (phi). Angles in degrees.Fields: N theta phi labelSample: 118 -2 Fp12 -18 -2 Fp239044 C34 -90 44 C4...'.elc':Cartesian 3-D electrode coordinates scanned using the EETrak software. See readeetraklocs().'.elp': Polhemus-.'elp' Cartesian coordinates. By default, an .elp extension is readas PolhemusX-elp inwhich'X' on the Polhemus sensor is pointed toward the subject. Polhemus files are not in columnar format(see readelp()).'.elp':BESA-'.elp' spherical coordinates: Need to specify 'filetype','besa'.The elevation angle (phi) is measured from the vertical axis. Positive rotation is toward right ear. Next, perform azimuthal/horizontal rotation (theta): 0 is toward right ear;90 is toward nose, -90 toward occiput. Angles are in degrees. If labels are absent or weights are given in a last column, readlocs() adjusts for this. Default labels are E1, E2, ...Fields: Type label phi theta Sample: EEG Fp1 -92 -72 EEG Fp2 9272 EEG C3 -46 0 EEG C4 460...'.xyz': Matlab/EEGLAB Cartesian coordinates. Here. x is towards the nose, y is towards the left ear, and z towards the vertex. Note that the firstcolumn(x) is -Y in a Matlab 3-D plot, the second column(y) is X in a matlab 3-D plot, and the third column(z) is Z.Fields: channum x y z labelSample: 1 .950 .308 -.035 Fp12 .950 -.308 -.035 Fp230 .719 .695 C340 -.719 .695 C4...'.asc', '.dat': Neuroscan-.'asc' or '.dat' Cartesian polar coordinates text file.'.mat': Brainstrom channel location file.'.sfp': BESA/EGI-xyz Cartesian coordinates. Notes: For EGI, x is toward right ear, y is toward the nose, z is toward the vertex. EEGLAB converts EGI Cartesian coordinates to Matlab/EEGLAB xyz coordinates. Fields: label x y zSample: Fp1 -.308 .950 -.035 Fp2 .308 .950 -.035 C3 -.719 0 .695 C4 .719 0 .695 ...'.ced': ASCII file saved by pop_chanedit(). Contains multiple MATLAB/EEGLAB formats.Cartesian coordinates are as in the 'xyz'format(above).Fields: channum label theta radius x y z sph_theta sph_phi ...Sample: 1 Fp1 -18 .511 .950 .308 -.035 18 -2 ...2 Fp2 18 .511 .950 -.308 -.035 -18 -2 ...3 C3 -90 .256 0 .719 .695 9044...4 C4 90 .256 0 -.719 .695 -90 44......The last columns of the file may contain any other defined fields (gain,calib, type, custom).