export EBSD data to a TSL/EDAX text file (ang)
Description
The written file follows the layout EDAX documents as version 5, i.e. the columns
phi1 PHI phi2 x y IQ CI phase SEM fitand states so in the header, which is what makes it read back without guessing. Where the data was imported from an .ang file, the header values that MTEX does not model - the pattern center, the working distance, the operator - are taken over from ebsd.opt.header instead of being written as zeros.
Pixels MTEX holds as not indexed are written the way OIM writes them: phase 0 and a confidence index of -1.
Syntax
% import a ctf file
ebsd = EBSD.load('myfile.ctf')% export as ang
export(ebsd,'myFile.ang')Input
| ebsd | EBSD |
| fName | Filename, optionally including relative or absolute path |
Options
| setting | alignment of the Euler angle and the map reference frame the file is written for, 1 to 4, 0 switches the correction off, default is 2 - the same convention loadEBSD_ang reads with |
| EulerCorrection | explicit correction rotation, overrides setting |
Flags
| flipud | flip ebsd spatial data upside down (not the orientation data) |
| fliplr | flip ebsd spatial data left right (not the orientation data) |
| silent | do not print what is being written |
See also
Citing this page.
This page is part of the documentation of
MTEX, a free and open
source MATLAB toolbox for analyzing and modeling crystallographic textures.
It was written by The MTEX Developers and is published at
https://mtex-toolbox.github.io/exportEBSD_ang.html.
If you use MTEX, or reuse text or figures from this page, in your research,
please cite
F. Bachmann, R. Hielscher, H. Schaeben: Texture Analysis with MTEX - Free and Open Source Software Toolbox, Solid State Phenomena 160 (2010), 63-68. 10.4028/www.scientific.net/SSP.160.63
BibTeX
@article{bachmann2010mtex,
author = {F. Bachmann and R. Hielscher and H. Schaeben},
title = {Texture Analysis with MTEX - Free and Open Source Software Toolbox},
journal = {Solid State Phenomena},
volume = {160},
pages = {63-68},
year = {2010},
doi = {10.4028/www.scientific.net/SSP.160.63},
url = {https://doi.org/10.4028/www.scientific.net/SSP.160.63}
}
Other papers describing specific MTEX methods are listed under Publications — please cite the one that best fits your application. The MTEX source code is licensed under the GNU General Public License v2.0; the text and figures of this documentation are licensed under CC BY 4.0, which permits reuse — including by automated systems — provided The MTEX Developers and this page are credited.