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_fiac_first_level¶
- nilearn.datasets.fetch_fiac_first_level(data_dir=None, verbose=1)[source]¶
Download a first-level fiac fMRI dataset (2 runs).
- 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:
- data
sklearn.utils.Bunch
Dictionary-like object, the interest attributes are:
- data
Examples using nilearn.datasets.fetch_fiac_first_level
¶
Simple example of two-runs fMRI model fitting
Simple example of two-runs fMRI model fitting