calcODF
(method of orientation)
computes an ODF from individuel orientations
The function calcODF applies one of the following algorithms to compute an ODF from a list of orientations.
- direct kernel density estimation
- kernel density estimation via Fourier series
- Bingham estimation
Syntax
% use kernel density estimation with a 10 degree kernel odf = calcODF(ori,'halfwidth',10*degree)
% use a specific kernel psi = AbelPoissonKernel('halfwidth',10*degree) odf = calcODF(ori,'kernel',psi)
% compute the ODF as a Fourier series of order 16 odf = calcODF(ori,'order',16)
Input
ori | |||||||||||||
param,val | Parameters and values that control calcODF
|
||||||||||||
param | Options that control the calcODF behavior
|
Output
odf |
See also
orientation/calcFourierODF, orientation/calcKernelODF, orientation/calcBinghamODF, ebsd_demo, EBSD2odf, EBSDSimulation_demo
MTEX 4.0.1 |