Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

8.10.4. nilearn.plotting.find_probabilistic_atlas_cut_coords

nilearn.plotting.find_probabilistic_atlas_cut_coords(maps_img)

Return coordinates of center probabilistic atlas 4D image

Parameters:

label_img: 4D Nifti1Image

A probabilistic brain atlas with probabilistic masks in the fourth dimension.

Returns:

coords: numpy.ndarray of shape (n_maps, 3)

Label regions cut coordinates in image space (mm).

See also

nilearn.plotting.find_parcellation_cut_coords
For coordinates extraction on parcellations denoted with labels (3D) (Eg. Harvard Oxford atlas)