mne_bids.datasets.fetch_faces_data

mne_bids.datasets.fetch_faces_data(data_path=None, repo='ds000117', subject_ids=[1])[source]

Dataset fetcher for OpenfMRI dataset ds000117.

Parameters
data_pathstr | None

Path to the folder where data is stored. Defaults to ‘~/mne_data/mne_bids_examples’

repostr

The folder name. Defaults to ‘ds000117’.

subject_idslist of int

The subjects to fetch. Defaults to [1], downloading subject 1.

Returns
data_pathstr

Path to the parent directory where the repo folder containing the data is stored.