VisionX V4VXCTABLEVisionX V4
NAME

vxctable − manage color-look-up tables

SYNOPSIS
vxctable
if=table of=outfile [nr=<rows>] [-s] [-n] [-png] [-v] [-d]
DESCRIPTION

Vxctable creates a viewable table of a color look-up-table file. Several different formats are used for VisionX color tables and vxctable can read them all. These include: three row format (.lut), index color table format (.lut), vtk text table format, VisionX text table format (.vkc), and object list text format (.vlc). In general, a table is created showing the input index and the corresponding color in the order that it is listed in the file.

In the case of chest organ files, the anatomical label is given instead of the color index in the table.

CONSTRAINTS

The input file cannot be from a pipe.

OPTIONS

if=<file>

Specify the input color table file. If the file does not exsist then a search is made for it in the standatrd VisionX location of v4/etc/.

of=<file>

Specify the output image wiht the color table descripion. If no file is specified then the default file is vxctable.vx except when -png is specified then the name is the input file name wiht a .png extension

nr=<value>

Specify the maximum number of rows for the color table. The default is 24.

-png

Generate a png format image suitable for use on the web.

-s

Generate just a small spectrum image without index labels

-v

Verbose flag, mesage are printed on the activity of the program

-d

The debug option. Intermediate files are not automatically deleted

AUTHOR

A. P. Reeves