Export EBSD data to TSL/EDAX text file (ang).
Syntax
% import an ctf file
ebsd = EBSD.load('myfile.ctf')
% export as ang
export_ang(ebsd,'myFile.ang')
Input
ebsd | EBSD |
fName | Filename, optionally including relative or absolute path |
Flags
flipud | Flip ebsd spatial data upside down (not the orientation data) |
fliplr | Flip ebsd spatial data left right (not the orientation data) |