5.1.7IP LUT For the Image Processor Board (7)
When you select option <7>, a display similar to Figure 
The incoming pixel value serves as the address to the LUT. The value residing at that table location ( the value 
A positive LUT is used for scanning positive documents (dark lines on a light background). The values 
| incoming | outgoing | 
| 00 | 00 | 
| 01 | 01 | 
| : | : | 
| FE | FE | 
| FF | FF | 
A negative LUT is used for scanning negative documents (light lines on a dark background). The values 
| incoming | outgoing | 
| 00 | FF | 
| 01 | FE | 
| : | : | 
| FE | 01 | 
| FF | 00 | 
The <C> command allows you to apply scaling and offset adjustments to the LUT. Two parameters are required: Step Size and Offset.
•Step Size: This is the value difference between successive table locations. For example, a step size of 4 will generate the sequence 00,04,08,0C,..
•Offset: Specifies where in the table value stepping begins. For example , if offset is set to 40H in a positive LUT, the first 40H locations are set to zero and the stepping sequence begins at address 40H.