vertices in STC and source files

Hello,

There are generally over 100,000 vertices in the source fif file and there
are always 10242 vertices in a stc file. Why is there always a fixed
amount in the stc and if I was interested in translating the stc vertex to
the original source so that I could create a label file, how would I do
that?

Thank you,
-Ricky

Ricky,

There is a fixed amount because you always use the same settings when you
run mne_setup_source_space. There are many options in there to generate a
source space with in principle as many vertices you want up to the number of
vertices for a participant (the manual explains in much more detail).

This information exists in the forward matrix in the .nearest field of the
forward matrix structure (when using the matlab toolbox). Though usually,
labels are best generated in mne_analyze (the manual explains this in
detail) or through freesurfer.

Good Luck!
D