Level 2 Help for EZLIST
INP
STRING
The input VICAR file.
OUT
STRING - OPTIONAL
An output non-VICAR ASCII file for the data.
FORMAT
STRING
The FORTRAN format statement syntax for the output (e.g. "(F10.3,2x)").
Only the floating point format syntax and 'x' syntax is allowed.
No embedded blanks allowed in the string entered for this parameter.
EACH DATA ELEMENT WILL HAVE THIS FORMAT APPLIED. That is, whatever the
user enters for FORMAT will be converted to NS(FORMAT) before processing
the records (where NS is the number of samples per line).
Examples:
FORMAT="(F5.2)"
FORMAT="F5.2"
FORMAT="(2X,F5.2)"
WIDTH
KEYWORD
Specification of the width of the terminal output. File output is not
affected.
W80 for 80 chars/line (default)
W132 for 132 chars/line.
DOTS
KEYWORD
INTEGER to change decimal points followed by spaces to spaces.
FLOATING to leave unchanged- default.