load#

orix.io.load(filename: str | Path, **kwargs) CrystalMap[source]#

Load data from a supported file format listed in plugins.

Parameters:
filename

Name of file to load.

**kwargs

Keyword arguments passed to the corresponding plugins’ file_reader(). See their individual docstrings for available arguments.

Returns:
data

Crystal map read from the file.