clear_cache#

kikuchipy.data.clear_cache() None[source]#

Clear the kikuchipy data cache directory.

This deletes all directories and files in the kikuchipy data cache directory, located at pooch.os_cache("kikuchipy") or the environment variable KIKUCHIPY_DATA_DIR if set.

Note

Requires the optional pooch package.