I'm currently trying to make a .ced file for 128 electrodes. I have the excel file with the channel location information you provide, but looking at the .ced file I have for the 16 channel cap and comparing it to the location info in that excel document....yields utter confusion. I've seen some iteration of this come up various times after searching the forums, so hopefully I can provide a sufficiently detailed description of what exactly I'm looking for so that this can finally be sorted out.
The .ced file for the 16 channel biosemi cap contains the channel number and label and lists theta, radius, x, y, z, sph_theta, sph_phi and sp_radius (with the last three, I assume, being inclination, azimuth and radius respectively in the spherical coordinate system). So apparently these are the things I need to have for EEGLAB to read the file correctly.
Now, I have seemingly similar information in the excel file you provide. One can input head radius and get Cartesian coordinates for each electrode. You also give spherical coordinates for the electrodes. In theory, one should be able to generate a .ced file very easily with this information. But a few things baffle me.
- The inclination and azimuth you provide in the excel file seem to bear no relation to sph_theta (or plain "theta" which as far as I can tell seems to just be - sph_theta) and sph_phi in the .ced file. For example, in the excel file, you give the inclination and azimuth of Fp1 as -92 and -72, but in the .ced file, sph_theta and sph_phi are 18 and -2. C3 has an inclination and azimuth of -46 and 0 in the excel file and sph_theta and sph_phi are 90 and 44 in the corresponding .ced file for the same cap. I looked for some sort of consistent relationship between these two different sets of values so that I could somehow convert them, but there doesn’t seem to be one. If there is, can you please clarify what it is?
- shp_radius in the .ced file is just given as 1. I thought that perhaps in the .ced file, everything was calculated based on a cap with a radius of 1 mm so that this information could be used to extrapolate channel locations for various cap sizes, and in fact, when I set the cap radius to 1 mm in your excel file, the spherical radius and value of X are the same in that file as it is in the .ced file...but the other coordinates are not. I suppose because the theta and phi you give are different from the ones in the .ced file and am assuming that if theta and phi matched up, the rest of the coordinates would too when radius is set to 1?
- sph_radius makes sense to me, but I have no idea what just plain “radius” in the .ced file is supposed to be, so some insight there would be helpful as well. In the .ced file I have for the 16 channel cap, radius is 0 for Cz, 0.256 for C3, C4, Fz and Pz, 0.333 for F3, F4, P3 and P4, and 0.511 for T7, T8, the Fps and the Os. Any idea what this might represent and more importantly, how to derive it from your excel file?
Thanks