calcMisorientation

(method of EBSD)

calculate uncorelated misorientations between two ebsd phases

Syntax

mori = calcMisorientation(ebsd,'sampleSize',1000)
mori = calcMisorientation(ebsd,'minDistance',100)
mori = calcMisorientation(ebsd1,ebsd2)
[ori1,ori2] = calcMisorientation(ebsd1)
plot(axis(ori1,ori2))

Input

ebsd, ebsd1, ebsd2

EBSD

Output

m

orientation, such that

$$m = (g{_i}^{-1}*CS^{-1}) * (CS *\circ g_j)$$

or two neighbored orientations $g_i, g_j$ with crystal symmetry $CS$ of he same phase located on a grain boundary.

See also