LYNX Manual RA02
D.1
Overview
The Lookup Table file can be created using any standard ASCII text editor or by
using Microsoft Excel. Additionally, any spreadsheet or mathematical program
capable of generating a comma delimited file can be used.
D.2
Using an ASCII text editor
A custom LUT (lookup table) can be prepared using any ASCII text editor.
Alternatively, any spreadsheet program (i.e. Microsoft Excel) can be used by
converting the spreadsheet into a comma delimited (.csv) file. In either case, the
file must be renamed to include the .lut extension. The .lut file has two main
sections: a header and a table. The ‘header’ section is a free text area of up to 256
ASCII characters. Each line of the header section must be terminated in a comma.
This header is used to document the LUT and will be displayed in response to the
user issuing a ‘glh’ (Get LUT Header) command. The ‘table’ section of the file
contains an array of 4096 lines with each line containing an input value followed
by a comma and an output value. The input values represent incoming pixels and
the output values represent what each incoming pixel should be converted into as
an output pixel.
The format of the .LUT file is as follows:
-- Look Up Table input file example,
-- lines beginning with two dashes are comments,
-- and are ignored by parser,
:Header,
-- this is the text that will get displayed with a 'glh' command,
Function is 'Negative Image',
Created by John Doe,
Date 1/14/05,
:Table,
--input output,
0,4095
1,4094
2,4093
3,4092
4,4091
:
4095,0
www.imperx.com
149
of
154
5/6/2005
Содержание IPX-11M5-L
Страница 28: ...LYNX Manual RA02 IPX 1M48 L Dimensional Drawings Figure 1 10 IPX 1M48 L www imperx com 28 of 154 5 6 2005...
Страница 30: ...LYNX Manual RA02 IPX 4M15 L Dimensional Drawings Figure 1 12 IPX 4M15 L www imperx com 30 of 154 5 6 2005...
Страница 31: ...LYNX Manual RA02 IPX 11M5 L Dimensional Drawings Figure 1 13 IPX 11M5 L www imperx com 31 of 154 5 6 2005...