calcModes

(method of ODF)

heuristic to find modal orientations

Syntax

[modes, values] = calcModes(odf,n)

Input

odf

ODF

n

number of modes

param,val Parameters and values that control calcModes
Parameter Description
'resolution'

search-grid resolution

'accuracy'

in radians

mple nd the local maxima of the SantaFe ODF

mode = calcModes(SantaFe) plotPDF(SantaFe,Miller(0,0,1)) annotate(mode)

Output

modes

modal orientation

values

values of the ODF at the modal orientation

See also

ODF/max