I have a .obj data. And it is the 3D scan of the head. But the position of the electrodes is not yet saved here. In fieldtrip some steps are done to be able to transform this figure into 3D positions of the electrodes and then other steps to transform them to 2D.
mne.read_surface() can read .obj files. You might be able to get the iEEG localization GUI to work as a way to mark the electrode locations on the surface? Here are a couple pointers to tutorials:
I was not able to use the functions you mentioned. So what I did was to obtain the EEG positions using Fieldtrip. However, I know want to use the positions in MNE in my EEG structure. How can I do this?
Is there a function to add/change positions of the EEG electrodes?