Coordinates in brainstorm

Unfortunately, I won't be able to help you much out of Brainstorm.
For exporting the SEEG coordinates, I guess you have only one possibility, which is to convert them to the scanner-based coordinate of the input file:
cs_convert(sMRI, 'scs', 'world', xyz)

I don't know how to guide you from there on. If you want details on how this transformation is read and stored in Brainstorm, see function in_mri_mgh.m:

There is an export function to FreeSurfer surface format, however I'm not sure how correct this is, I don't think it has been used much. Maybe the transformation and/or its label are wrong. But it might inspire you for more tests:

1 Like