KAM
(method of EBSD)
intragranular average misorientation angle per orientation
Syntax
plot(ebsd,ebsd.KAM ./ degree)
% ignore misorientation angles > threshold kam = KAM(ebsd,'threshold',10*degree); plot(ebsd,kam./degree)
% ignore grain boundary misorientations
[grains, ebsd.grainId] = calcGrains(ebsd)
plot(ebsd, ebsd.KAM./degree)
% consider also second order neigbors kam = KAM(ebsd,'order',2); plot(ebsd,kam./degree)
Input
ebsd |
@ebsd |
||||||||
param,val | Parameters and values that control KAM
|
See also
MTEX 5.0.0 |