Scan line count and index offsets
One pass of a phased array probe covers a band of material set by the electronic coverage width, or by the beam width where a single law is used. Covering a wider area means parallel passes, offset by less than the coverage so that adjacent passes overlap.
The index step is coverage × (1 − overlap) and the number of lines is ceil((required width − coverage) / index step) + 1. Overlap is not a luxury: encoder slip, probe wander and the tapering sensitivity at the edge of a beam all eat into the nominal coverage, and a nominally exact fit leaves unexamined strips.
Because the line count is a ceiling function, the last pass usually overlaps more than the others. That surplus is free coverage, and it is better placed at the end of the sequence than spread evenly, since it keeps the index positions on round numbers that are easy to set and easy to record.
index step = coverage × (1 − overlap/100) lines = ceil((required width − coverage) / index step) + 1 actual span = (lines − 1) × index step + coverage
- Coverage width is the useful width, not the physical probe width.
- Record the actual index positions used - reconstructing coverage afterwards from a nominal step is not evidence.
Reference: General engineering - raster coverage with overlap.


