pyvista.examples.downloads.download_carotid#
- download_carotid(load=True)[source]#
Download carotid dataset.
- Parameters:
- Returns:
pyvista.ImageData|strDataSet or filename depending on
load.
Examples
>>> 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: