Modify look-up tables for the facsimile printer
Modifies look-up tables for the facsimile recorder or outputs a listing of the LUT's values. The lookup tables modified by this program are located in the ADAPSTABLES directory and are named tablename;dat. Parameter files containing the user-specified values from which the lookup tables are generated are also kept in ADAPSTABLES.Each lookup table is created from three types of information; calibration values, control values, and mapping values. The specific types are:
. calibration grey-level values . calibration density values . control grey-level values . control density values . from mapping values . to mapping valuesThis program stores the user-specified values in a file called tablename;par in the ADAPSTABLES directory and then generates new lookup tables from the ;PAR files.
The parameters used are interactively entered and modified. The old values are listed and the user can modify them interactively i.e.) Not in TAE.
- INLUT
- Look-up table name. The name of the look-up table that is to have its values modified or viewed.
= POSLUT1: Positive LUT 1 = NEGLUT1: Negative LUT 1
- INLUT
- Look-up table name. The name of the look-up table that is to have its values modified or viewed.
= POSLUT1: Positive LUT 1 = NEGLUT1: Negative LUT 1
- INLUT(&LUTS)
- Look-up table name. The name of the look-up table that is to have its values modified or viewed.
= POSLUT1: Positive LUT 1 = NEGLUT1: Negative LUT 1
- PRINT(TERM)
- Print option. Specifies where the output values are to be sent.
= TERM: Terminal. Output is sent to the user's terminal. = LP: Line printer. Output is sent to the printer defined by $PRINTER. = Filename: User-supplied filename. Output is sent to the user-supplied file with the extension .prt.
The user has specified the mapping values for LUT NEGLUT1 to be updated. The user will be prompted for the values of FROM and TO, which will then be appropriately updated.
There are no parameters so the program is automatically run. The user is interactively allowed to change any of the existing values for the variable CALDENS. The changes will be applied to all LUTs.
The user has specified LUT POSLUT1 be updated for all values. The user will be allowed to change any of the existing values interactively. These changes will only be applied to POSLUT1.
The user has specified the default LUTs, NEGLUT1 and POSLUT1 be listed to the terminal, to the system printer as specified by $PRINTER, and saved as MYFILE;LIST.
A copy of NEGLUT1 will be displayed to the user's terminal and a copy will be sent to the system printer.
A fatal error occured because the number of calibration grey level values was not equal to the number of calibration density values.
A fatal error occured because the number of control grey level values was not equal to the number of control density values.
A fatal error occured because the number of enhancement from values was not equal to the number of enhancement to values.