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.fetch_neurovault_motor_task¶
- nilearn.datasets.fetch_neurovault_motor_task(data_dir=None, verbose=1)[source]¶
Fetch left vs right button press group contrast map from Neurovault.
- Parameters:
- data_dir
pathlib.Path
orstr
, optional Path where data should be downloaded. By default, files are downloaded in a
nilearn_data
folder in the home directory of the user. See alsonilearn.datasets.utils.get_data_dirs
.- verbose
int
, default=1 Verbosity level (0 means no message).
- data_dir
- Returns:
- dataBunch
- A dict-like object which exposes its items as attributes. It contains:
‘images’, the paths to downloaded files.
‘images_meta’, the metadata for the images in a list of dictionaries.
‘collections_meta’, the metadata for the collections.
‘description’, a short description of the Neurovault dataset.
See also
Notes
The ‘left vs right button press’ contrast is used: https://neurovault.org/images/10426/
Examples using nilearn.datasets.fetch_neurovault_motor_task
¶
3D and 4D niimgs: handling and visualizing
Glass brain plotting in nilearn (all options)