pyvista.examples.downloads.download_brain_atlas_with_sides#

download_brain_atlas_with_sides(load=True)[source]#

Download an image of an averaged brain with a right-left label.

Parameters:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

Returns:
pyvista.ImageData | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_brain_atlas_with_sides()
>>> dataset.slice(normal='z').plot(cpos='xy')
../../../_images/pyvista-examples-downloads-download_brain_atlas_with_sides-1_00_00.png