download_full_head#
- download_full_head(load: bool = True) ImageData | str[source]#
Download the full head image.
Added in version 0.45.0.
- Parameters:
- loadbool,
optional Load the dataset after downloading it when
True. Set this toFalseand only the filename will be returned.
- loadbool,
- 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_full_head()
>>> dataset.plot(volume=True)
See also
- Full Head Dataset
See this dataset in the Dataset Gallery for more info.