nimare.utils.mni2tal

mni2tal(coords)[source]

Convert coordinates from MNI space Talairach 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 MNI space to convert. Each row is a coordinate, with three columns.

Returns:

coords – Coordinates in Talairach space. Each row is a coordinate, with three columns.

Return type:

(X, 3) numpy.ndarray

Notes

Python version of BrainMap’s icbm_other2tal.m. This function converts coordinates from MNI space (normalized using templates other than those contained in SPM and FSL) to Talairach space using the icbm2tal 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