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=(220.96, -24.38, -69.96),
... focal_point=(135.86, 106.55, 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.
- Medical Datasets
Browse other medical datasets.
This dataset is used in the following examples: