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.
8.2.54. 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 sessions)
- Parameters
- data_dir
pathlib.Path
orstr
, optional Path where data should be downloaded. By default, files are downloaded in home directory.
- verbose
int
, optional Verbosity level (0 means no message). Default=1.
- data_dir