download_carotid#
- download_carotid(load: bool = True) ImageData | str[source]#
Download carotid dataset.
- 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
>>> import pyvista as pv
>>> cpos = pv.CameraPosition(
... position=(221.0, -24.38, -69.96),
... focal_point=(135.9, 106.6, 17.72),
... viewup=(-0.25, 0.42, -0.87),
... )
>>> dataset = examples.download_carotid()
>>> dataset.plot(volume=True, cpos=cpos)
See Also#
- Carotid Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Gallery Examples