nimare.utils.tal2mni

tal2mni(coords)[source]

Convert coordinates from Talairach space to MNI space.

Changed in version 0.0.8:

  • [ENH] This function was part of nimare.transforms in previous versions (0.0.3-0.0.7)

Parameters

coords ((X, 3) numpy.ndarray) – Coordinates in Talairach space to convert. Each row is a coordinate, with three columns.

Returns

coords ((X, 3) numpy.ndarray) – Coordinates in MNI space. Each row is a coordinate, with three columns.

Notes

Python version of BrainMap’s tal2icbm_other.m.

This function converts coordinates from Talairach space to MNI space (normalized using templates other than those contained in SPM and FSL) using the tal2icbm transform developed and validated by Jack Lancaster at the Research Imaging Center in San Antonio, Texas. http://www3.interscience.wiley.com/cgi-bin/abstract/114104479/ABSTRACT