calcTPVotes edit page

compute votes from triple points

Syntax

job.calcTPVotes
% only consider triple junctions with the best fit is below 2.5 degree
% and the second best fit is worse then 5 degree
job.calcTPVotes('minFit',2.5*degree,'maxFit',5*degree)

Input

job parentGrainReconstructor

Output

job.votes table of votes

Options

threshold threshold fitting angle between job.p2c and the boundary OR
tolerance range over which the probability increases from 0 to 1 (default 1.5)
minFit minimum required fit for a TP to produce votes
maxFit maximum second best fit for a TP to produce votes
numFit number of fits to compute (default 2)