loadang#
- orix.io.loadang(file_string: str) Rotation [source]#
[Deprecated] Load
.ang
files.- Parameters:
- file_string
Path to the
.ang
file. This file is assumed to list the Euler angles in the Bunge convention in the first three columns.
- Returns:
rotation
Rotations in the file.
Notes
Deprecated since version 0.13: Function loadang() is deprecated and will be removed in version 0.14. Use io.load() instead.