.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_tal_to_mni.py: ============================= Convert from talairach to MNI space ============================= This example converts electrodes locations from talairach to MNI space. .. code-block:: python # Code source: Lucy Owen & Andrew Heusser # License: MIT # import import supereeg as se import numpy as np # some example electrode locations tal_locs = np.array([[-54, -9, -15], [-54, -5, -7], [-52, -1, 2]]) # convert to mni space mni_locs = se.tal2mni(tal_locs) **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_tal_to_mni.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: tal_to_mni.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: tal_to_mni.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_