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.

nilearn.datasets.load_mni152_wm_template#

nilearn.datasets.load_mni152_wm_template(resolution=None)[source]#

Load the MNI152 white-matter template.

This function takes the re-scaled 1mm-resolution version of the white-matter MNI ICBM152 template and re-samples it using a different resolution, if specified.

New in version 0.8.1.

Parameters:
resolution: int, default=1

If resolution is different from 1, the template is re-sampled with the specified resolution.

Returns:
wm_mni152_templateNifti1Image, image representing the resampled

white-matter template

See also

nilearn.datasets.load_mni152_template

for details about version of the MNI152 T1 template.

nilearn.datasets.load_mni152_gm_template

for details about version of the MNI152 grey-matter template.