calcKernel

(method of orientation)

compute an optimal kernel function for ODF estimation

Syntax

psi = calcKernel(ori,'param1',val1,'param2',val2)

Input

ori

orientation

param,val Parameters and values that control calcKernel
Parameter Description
'method'

select a halfwidth by

  • 'RuleOfThumb'

or via cross valiadation method:

  • 'LSCV' - least squares cross valiadation
  • 'KLCV' - Kullback Leibler cross validation
  • 'BCV' - biased cross validation

Output

psi

kernel

See also

EBSD/calcODF, orientation/BCV, orientation/KLCV, orientation/LSCV