sEEG electrods coordinates

Hello,

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:

Could you help me understand why?

Thanks in advance,
Arthur

LYONNEURO_2013_VACj_ACPC.pts (5.2 KB)
LYONNEURO_2013_VACj_MNI.pts (5.1 KB)
LYONNEURO_2013_VACj_T1Post_2013-10-9.pts (5.2 KB)
LYONNEURO_2013_VACj.csv (37.0 KB)
LYONNEURO_2013_VACj.pts (5.0 KB)

@chinmay.chinara can you please check this

@ArthurP thank you for reaching out to us.

  1. Can you tell me more about the software/instrument used to create these files ?
  2. 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 ?

Hi,

First of all, the coordinates are incorrect. You're right, so here is the correct data:

LYONNEURO_2014_SIEj_ACPC.pts (3.3 KB)
LYONNEURO_2014_SIEj_MNI.pts (3.5 KB)
LYONNEURO_2014_SIEj_T1Post_2014-10-3.pts (3.5 KB)
LYONNEURO_2014_SIEj.csv (24.2 KB)
LYONNEURO_2014_SIEj.pts (3.4 KB)

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.

Thank you in advance,
Arthur

I did the same for the files you provided above and it seems to be importing correctly.

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.