download_brain_atlas_with_sides#
- download_brain_atlas_with_sides(load: bool = True) ImageData | str[source]#
Download an image of an averaged brain with a right-left label.
- Parameters:
- Returns:
- output
pyvista.ImageData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> 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.