Help for FROMASCII

      FROMASCII is a VICAR program to convert part or all of a tabular (ASCII)
file into a VICAR image.  The user may provide a FORTRAN format specifier, or
the data may be read as free format.  In either case, lines that do not fit
the form (such as headers, page counts, and trailers) are ignored.  The user 
may select and interchange up to 150 columns for output.

PARAMETERS:


ASCII

Input ASCII file name

OUT

Output VICAR file name

NCOL

Number of columns in input

SLINE

First Line to be converted

NLINES

Number of lines to be output

COLUMNS

Columns (sample positions) to be output. DEFAULT: Output all columns

FORMAT

Input print format

DATA

Output data type Valid: BYTE, HALF, FULL, REAL

See Examples:


Cognizant Programmer: