pyvista.examples.downloads.download_full_head

pyvista.examples.downloads.download_full_head#

download_full_head(load=True)[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 to False and only the filename will be returned.

Returns:
pyvista.ImageData | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_full_head()
>>> dataset.plot(volume=True)
../../../_images/pyvista-examples-downloads-download_full_head-1_00_00.png