abagen.datasets.fetch_fsaverage5

abagen.datasets.fetch_fsaverage5(load=True)[source]

Fetches and optionally loads fsaverage5 surface

Parameters:

load (bool, optional) – Whether to pre-load files. Default: True

Returns:

brain – If load is True, a namedtuple where each entry in the tuple is a hemisphere, represented as a namedtuple with fields (‘vertices’, ‘faces’). If load is False, a namedtuple where entries are filepaths.

Return type:

namedtuple (‘lh’, ‘rh’)