calcParent2Child edit page

Syntax

p2c = calcParent2Child(childOri,p2c0)
p2c = calcParent2Child(c2c,p2c0)
p2c = calcParent2Child(c2c,p2c0,'quantile',0.8)
% start the iteration at p2c0 instead of searching the fundamental zone
p2c = calcParent2Child(c2c,p2c0,'local')
[p2c, fit] = calcParent2Child(c2c,p2c0)

Input

childOri child orientation
c2c child to child misorientation
p2c0 initial guess of the parent to child orientation relationship

Output

p2c parent to child orientation relationship
fit disorientation angle between all c2c misorientations and the computed one

Options

local iterate from p2c0 only, skipping the fundamental zone scan
maxIteration maximum number of iterations (default - 30)
quantile fraction of the misorientations the fit is based on (default 0.9)
threshold misorientations misfitting by more are treated as outliers (default - inf)
maxSample fit on at most this many misorientations (default - 50000)
searchResolution grid resolution of the global scan (default - 4*degree)
scanSample misorientations used to rank basins during the scan (default - 250)

References

  • objective, algorithm and convergence: docs/adr/0005-parent-to-child-fit.md