ASC2BIN
Name
asc2bin -- converts a PCASYS data file from ascii to binary form.
Synopsis
asc2bin <ascii_data_in><binary_data_out>
DESCRIPTION
Asc2bin
reads a PCASYS ascii data file of any type, or the standard input,
and produces a corresponding PCASYS binary data file.
OPTIONS
- <ascii_data_in>
Ascii data file to be read.
- <binary_data_out>
Binary data file to be written.
If this file already exists, asc2bin overwrites it.
EXAMPLE(S)
From test/pcasys/execs/asc2bin/asc2bin.src:
% asc2bin ../../data/oas/fv1.cls fv1.bin
Converts the class file from ascii to binary data.
AUTHOR
NIST/ITL/DIV894/Image Group