man8db/calcdither

Table of Contents

Name

calcdither - calculate DataRec.Dither

Synopsis

calcdither < list_of_tuples > list_of_tuples

Description

This program reads a list of tuples from stdin, calculates DataRec.Dither and writes a list of tuples to stdout.

Input Tuple

Each input line is one tuple. The line is terminated with a newline. Fields within the tuple are separated by a |.

The field order is Label, RefName, CrtKey, SpanMin, SpanMax, M, and Addr.

Output Tuple

Each output line is one tuple. The line is terminated with a newline. Fields within the tuple are separated by a |.

The field order is DataRec.RecId, and DataRec.Dither.

Notes

Label and RefName aren’t used for anything.

Manual page revision

$Id: calcdither.8,v 1.0 1999/03/15 16:15:41 kitchen Exp $


Table of Contents