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:
- 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')
See also
- Brain Atlas With Sides Dataset
See this dataset in the Dataset Gallery for more info.
- Medical Datasets
Browse other medical datasets.