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