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.image.iter_img#

nilearn.image.iter_img(imgs)[source]#

Iterates over a 4D Niimg-like object in the fourth dimension.

Parameters
imgs4D Niimg-like object

See http://nilearn.github.io/manipulating_images/input_output.html.

Returns
Iterator of 3Dclass:~nibabel.nifti1.Nifti1Image

Examples using nilearn.image.iter_img#

3D and 4D niimgs: handling and visualizing

3D and 4D niimgs: handling and visualizing

3D and 4D niimgs: handling and visualizing
Deriving spatial maps from group fMRI data using ICA and Dictionary Learning

Deriving spatial maps from group fMRI data using ICA and Dictionary Learning

Deriving spatial maps from group fMRI data using ICA and Dictionary Learning