<p><span style="padding: 3px 10px; border-radius: 5px; color: #ffffff; font-weight: bold; display: inline-block; background-color: #ff0000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p></p><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">if the float values in that array are current density</blockquote><div><br></div><div>They are currents (nAm) for method=&#39;MNE&#39; and noise-normalized versions of these for other methods.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">what are the XYZ coordinates for each of the 8000+ vertices</blockquote><div><br></div><div>The `stc.vertices[0]` are the left-hemisphere vertex numbers of the high-resolution Freesurfer surfaces for the subject.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What we’re interested in is getting the xyz coordinates and current density data as well as lobe location, just like the sLORETA Viewer shows, in an automated way. Is there any way we can do this in MNE?<br></blockquote><div><br></div><div>I have not used the sLORETA viewer so I can&#39;t comment on that, but yes it should be possible to get these values. You can load the surfaces with `rr_lh = mne.read_surface(&#39;subjects_dir/subject/surf/lh.white&#39;)[0]`, then your locations are `rr_lh[stc.vertices[0]]`. For the right hemisphere, load `rh.white` and use `rr_rh[stc.vertices[1]]`.</div><div><br></div><div>I see that you have opened an MNE-Python issue about this, too. Perhaps we should discuss there how to add a tutorial for the Freesurfer surfaces / source-space information to make it clear how to get these values.</div><div><br></div><div>Eric</div></div></div>