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.
3.1.7. nistats.datasets.fetch_spm_multimodal_fmri¶
-
nistats.datasets.
fetch_spm_multimodal_fmri
(data_dir=None, data_name='spm_multimodal_fmri', subject_id='sub001', verbose=1)¶ Fetcher for Multi-modal Face Dataset.
- Parameters
- data_dir: string
path of the data directory. Used to force data storage in a specified location. If the data is already present there, then will simply glob it.
- Returns
- data: sklearn.datasets.base.Bunch
Dictionary-like object, the interest attributes are: - ‘func1’: string list. Paths to functional images for session 1 - ‘func2’: string list. Paths to functional images for session 2 - ‘trials_ses1’: string list. Path to onsets file for session 1 - ‘trials_ses2’: string list. Path to onsets file for session 2 - ‘anat’: string. Path to anat file
References