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 toFalseand only the filename will be returned.
- loadbool, 
 - Returns:
 pyvista.ImageData|strDataSet or filename depending on
load.
Examples
>>> 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.