file_writer#

orix.io.plugins.orix_hdf5.file_writer(filename: str, crystal_map: CrystalMap, **kwargs)[source]#

Write a crystal map to an HDF5 file.

Parameters:
filename

Name of file to write to.

crystal_map

Object to write to file.

**kwargs

Keyword arguments passed to h5py.Group.require_dataset().