untetheredatom.com › EBSD/TKD › FAQ
The colors did something weird and we both know it.
Why the indexing, the colors, or the cleanup did what they did, each answer linked to the interactive part that shows it happening.
A Hough transform converts the pattern's bands into peaks (exploiting the line-point duality between real and Hough space), then a triplet-vote algorithm matches band intersections against the crystal's known interplanar angles to solve for Euler angles. This page runs the real algorithm on a live simulated pattern. See it worked out on From Kikuchi Bands to an Orientation →
Confidence index (CI) measures how much better the best solution votes than the next-best, while mean angular deviation (MAD) measures how well the matched bands actually agree with the solution geometrically, they catch different failure modes. This page checks both against known ground truth. See it worked out on From Kikuchi Bands to an Orientation →
IPF coloring maps a crystal direction onto a color wedge, and that mapping isn't one-to-one across the full orientation space, so orientations tens of degrees apart can land on nearly identical colors. This page's impostor-pair finder locates exactly these near-collisions. See it worked out on Reading an IPF Map →
Misorientation is the disorientation axis and angle that rotates one grain's orientation into the other's, minimized over crystal symmetry so you get the smallest equivalent angle. This page lets you click two grains and computes it directly. See it worked out on Misorientation, Boundaries & CSL →
Grain count depends on where you draw the line between "a real boundary" and "just orientation noise," so a stricter or looser threshold reclassifies boundaries and can merge or split grains without the underlying data changing at all. This page's threshold slider shows the count shift live. See it worked out on Misorientation, Boundaries & CSL →
It depends on the question. If you care about Hall-Petch-style mean free path, twins are real obstacles and should count as separate grains. If you care about processing history or recrystallization, annealing twins are inherited by the parent grain and merging them gives a more meaningful size. The EBSD-3 page's "merge Sigma-3 twins" checkbox shows how the grain count and mean size shift between the two conventions. See it worked out on Misorientation, Boundaries & CSL →
Pole figures plot where a specific crystal plane's normal points across all grains; ODF sections (by φ₂) unpack that into the full orientation distribution, with named texture components (cube, rolled-fcc, fibre textures) sitting at specific, recognizable addresses. This page builds textures grain by grain and marks those addresses. See it worked out on Texture: Pole Figures & ODFs →
Cleanup algorithms reassign or remove low-confidence pixels, which necessarily changes grain boundaries and small-grain/twin detection, sometimes toward the truth, sometimes away from it depending on how aggressive the settings are. This page corrupts a known-truth microstructure and runs real cleanup on it so you can see the error curve directly, it's U-shaped, not monotonic. See it worked out on Cleaning Data Honestly →
TKD (transmission Kikuchi diffraction) trades bulk EBSD's ~70° tilted-surface interaction volume for a thin-foil transmission geometry, which gives much better spatial resolution for nanocrystalline material, at the cost of needing a TEM-thin specimen. This page's interaction-volume sandbox compares both directly on the same nanocrystalline film. See it worked out on Why TKD Beats EBSD at the Nanoscale →
TKD needs enough crystal thickness for the backscattered electrons to form Kikuchi bands; below about 40 to 60 nm (material-dependent), there are too few pattern-carrying exits and the pattern washes out. The EBSD-6 page's thickness-window model shows the sweet spot directly: too thick and the spatial resolution degrades, too thin and there is no pattern to index. See it worked out on Why TKD Beats EBSD at the Nanoscale →
Lattice damage degrades Kikuchi band sharpness gradually, so IQ falls continuously as strain or damage increases, well before it gets bad enough to actually break indexing. This page damages a lattice progressively and shows exactly where IQ starts falling versus where indexing fails. See it worked out on Pattern Quality as Data →
Not safely: several different microstructural features produce IQ maps that visually resemble strain contrast, but only one of them actually is strain. This page walks through three look-alike IQ maps and which one is the real thing. See it worked out on Pattern Quality as Data →
The electron interaction volume straddles two crystals near a boundary, producing a blurred pattern from two overlapping Kikuchi patterns. The IQ drop width depends on the interaction volume diameter (beam energy, material, and tilt geometry) and the boundary inclination through the foil. The EBSD-7 page covers what IQ is and is not; the EBSD-6 page's interaction-volume model shows the geometry. See it worked out on Pattern Quality as Data →
KAM averages the misorientation to each pixel's neighbours over a kernel whose physical size is the step size times the kernel radius, so a larger step returns a larger KAM. That part is supposed to happen: the density formula divides by the step, and on a noiseless map the two cancel exactly, leaving a density that does not depend on the step at all. Measurement noise is what breaks the cancellation, because noise does not shrink when the step does, so dividing by a smaller step multiplies it up. On a simulated fine-grained bcc iron with 500 nm grains each bending at 2° per micron, Hough-grade indexing at 0.5° reports about twenty times the true dislocation density at a 45 nm step. Coarsening the step helps, but only up to a point, because a second limit closes in from the other side: once the kernel is wider than the grains, the threshold discards nearly every neighbour pair it reaches for. At a 360 nm step 79% of pairs are thrown away and the density reads about half the truth; at 720 nm every pair is thrown away and the map returns nothing at all. So the useful step is a window, not a direction, and on a fine-grained material the two conditions can fail to overlap, at which point better angular precision is the only thing that opens it. Separately, and not fixable by any step size, a surface map gives orientation gradients in two directions only, so it can fill five of the nine components of Nye's dislocation density tensor; the four that need a gradient normal to the surface stay unknown. On a realistic mixed curvature that costs about a third of the dislocation content. See it worked out on KAM, GNDs & the Step Size →