Skip to content
#

decoding

Here are 435 public repositories matching this topic...

jeromedockes
jeromedockes commented Dec 14, 2020

documentation suggests they can (says "imgs: 3D/4D Niimg-like object").
example:

from nilearn import datasets
from nilearn.input_data import NiftiMapsMasker, NiftiLabelsMasker


img = datasets.load_mni152_template()

atlas_img = datasets.fetch_atlas_destrieux_2009()["maps"]
labels_masker = NiftiLabelsMasker(atlas_img)

prob_atlas_img = datasets.fetch_atlas_harvard_oxford("cort-prob

Improve this page

Add a description, image, and links to the decoding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decoding topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.