ipfSpotKey edit page

Colorizes single spots in the inverse pole figure with individual colors.

Syntax

ipfKey = ipfSpotKey
ipfKey.inversePoleFigureDirection = zvector;
ipfKey.center = Miller(1,0,0,cs); % the centers of the spots in the inverse pole figure
ipfKey.color = [0 0 1];           % the color of the spots
ipfKey.psi = S2DeLaValleePoussinKernel('halfwidth',7.5*degree);
color = ipfKey.orientation2color(ori)

Class Properties

center list of crystal directions Miller
color n-by-3 list representing RGB values, one for each center
psi S2Kernel providing the width and brightness for colored fibre
inversePoleFigureDirection specimen direction vector3d

See also

EBSDAdvancedMapping