How to get 3d sensors coordinates for neuromag306?

An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170321/66063b18/attachment.html

Hi Ivan,

the info structure has channel information stored with key 'chs'. You get
the xyz coordinates by doing
[ch['loc'][:3] for ch in info['chs']]

-Jaakko