pyvista.examples.downloads.download_carotid#
- download_carotid(load=True)[source]#
Download carotid dataset.
- Parameters:
- Returns:
pyvista.ImageData
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> cpos = [ ... [220.96, -24.38, -69.96], ... [135.86, 106.55, 17.72], ... [-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: