Span Length


When running SFGEN in LCD mode, the user must select a value for the parameter called Span Length. What is this parameter and what is the optimum value for span length? We'll try to answer this below.

First, imagine we have an image area to process of 2.5 x 2.2 meters (or since we generally think in terms of UM when working with semiconductor masks, it is 2.5E6 um x 2.2E6 um) image area 2.5 x 2.2 meter

The goal of SFGEN is to identify repeating geometries in the input data that the rasterizer can process just once -- then all additional instances of the repeating geometry can be output by using the bitmap of the first instance and copying the bitmap it wherever it occurs again.

The span length defines the side of a region that will be the basis for finding repeating geometries.

span length - side of a square region

These regions and the repeating geometries they contain (which cover the image area) will then be fed to the rasterizer.


So, how to choose a good value?