BIN2ASC

Name

bin2asc -- converts a PCASYS data file from binary to ascii form.

Synopsis

bin2asc <binary_data_in><ascii_data_out>

DESCRIPTION

Bin2asc reads a PCASYS binary data file of any type, and produces a corresponding PCASYS ascii data file or writes the ascii data to the standard output.

OPTIONS

<binary_data_in>

Binary data file to be read.

<ascii_data_out>

Ascii data file to be written. If the file already exists, bin2asc overwrites the file.

EXAMPLE(S)

From test/pcasys/execs/bin2asc/bin2asc.src:

% bin2asc ../asc2bin/fv1.bin fv1.cls Converts the class file from binary to ascii data.

SEE ALSO

asc2bin (1A)

AUTHOR

NIST/ITL/DIV894/Image Group