load ebsd data from generic text files
Description
loadEBSD_generic loads EBSD data from text or exel files that have a column oriented format as
x1 y1 phi1_1 Phi_1 phi2_1 phase_1 x2 y2 phi1_2 Phi_2 phi2_2 phase_2 x2 y3 phi1_3 Phi_3 phi2_3 phase_3 . . . . . . . . . . . . xM yM phi1_M Phi_M phi2_M phase_m
The assoziation of the columns as Euler angles, phase informationl, etc. is specified by the options ColumnNames
and Columns
. The files can be contain any number of header lines.
Syntax
Input
fname | file name (text files only) |
cs | crystalSymmetry or cell array of crystalSymmetry |
Options
ColumnNames | names of the columns to be imported, mandatory are euler 1, euler 2, euler 3 |
Columns | positions of the columns to be imported |
radians | treat input in radiant |
delimiter | delimiter between numbers |
header | number of header lines |
Bunge | [phi1 Phi phi2] Euler angle in Bunge convention (default) |
ABG | [alpha beta gamma] Euler angle in Mathies convention |
passive |