estimate GBND and GBCD from 2d boundary segments
Syntax
gbnd = calcGBND(gB,ebsd)
gbnd = calcGBND(gB,grains)
% the gbcd for a specific misorientation
gbcd = calcGBND(gB,grains,mori)
% use a specific halfwidth
gbnd = calcGBND(gB,ebsd,'halfwidth',10*degree)
Input
gB | grainBoundary |
ebsd | EBSD |
grains | grain2d |
mori | misorientation or orientation relationship |
odf | SO3Fun used for texture correction |
Output
gbnd | S2FunHarmonic |
Options
halfwidth | used for kernel density estimation |
nonneg | use a nonnegative kernel |
References
- D.M. Saylor, G.S. Rohrer: Determining crystal habits from observations of planar sections in J. Am. Ceram. Soc., 85(11):2799–2804, 2002.
- R. Hielscher, R. Kilian, E. Wünsche: Efficient computation of the grain boundary normal distribution from two dimensional EBSD data, not yet published.