calcGBND2 edit page

estimate grain boundary normal distribution from 2d sections

Syntax

% compute gbnd in crystal coordinates
gbnd = calcGBND(gB,ebsd)
gbnd = calcGBND(gB,grains)
% use a specific halfwidth
gbnd = calcGBND(gB,ebsd,'halfwidth',10*degree)

Input

gB grainBoundary
ebsd EBSD
grains grain2d

Output

gbnd S2FunHarmonic

Options

halfwidth used for kernel density estimation

References

  • R. Hielscher, R. Kilian, E. Wünsche: Efficient computation of the grain boundary normal distribution from two dimensional EBSD data, not yet published.

See also