I'm trying to import coordinate files for different subjects in sEEG, but the problem is that the coordinates are not fully detected (link in the message). Specifically, I should have 131 electrodes, but only 39 are detected…
Here is the sEEG channel file that I have on Brainstorm:
Can you tell me more about the software/instrument used to create these files ?
Also I just opened the files you sent in a text editor and the channel names in the screenshot do not match with the channel names in the files you sent. Can you verify them ?
Regarding the rest of your message, I can't provide you with the exact name of the material used to create the data because I just received it as is.
I would like to know how Brainstorm detects the coordinates and the names of the electrodes, and if there are any issues with the detection in these files.
For the importation, I use IntraAnat, MNI space, with the MNI files in .pts.
Note: This still does not match the initial screenshot you shared.
When you Import Channel File with file type EEG: IntrAnat, MNI space (pts;csv), import_channel.m gets called. As you can see, in_channel_ascii.m then handles the parsing of this .pts file. It expects a .pts file with four columns ('Name','X','Y','Z' ), 3 header lines and [mm] as units.