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_localizer_button_task#
- nilearn.datasets.fetch_localizer_button_task(data_dir=None, url=None, verbose=1, legacy_format=True)[source]#
Fetch left vs right button press contrast maps from the localizer.
- 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
.- url
str
, default=None URL of file to download. Override download URL. Used for test only (or if you setup a mirror of the data).
- verbose
int
, default=1 Verbosity level (0 means no message).
- legacy_format
bool
, default=True If set to True, the fetcher will return recarrays. Otherwise, it will return pandas dataframes.
- data_dir
- Returns:
See also
Notes
This function is only a caller for the fetch_localizer_contrasts in order to simplify examples reading and understanding. The ‘left vs right button press’ contrast is used.