VisionX V4VEDELETEVisionX V4
NAME

vedelete − remove specified elements from a VisionX file

SYNOPSIS

vedelete [if=infile] [of=ofile] [e=<list>] [-v]

DESCRIPTION

Vedelete deletes specified VisionX elements from a VisionX file. All instances of a specified element are removed from the file.

CONSTRAINTS

Elements in the required meta data in the file header cannot be deleted.

CAVEATS

The current implementation handles single element specifications only (i.e. comma separated lists cannot be used yet)

OPTIONS

if=

input file, must be a VisionX file

of=

output file

e=

A comma separated list of elements to be deleted. Elements may be specified by either their decimal numeric value or by their program name. A list of elements and their names can be obtained with the command "vpr -t"

-v

Verbose mode: The number of each type of element removed is reported.

EXAMPLE

To delete frame markers from a file:

(a) using numeric values

vedelete if=infile of=outfile e=26,42

(b) using element names

vedelete if=infile of=outfile e=VX_FRAME,VX_EFRAME

AUTHOR

A. M. Biancardi