load#
- orix.io.load(filename: Union[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:
dataCrystal map read from the file.