CURVE FILE FORMAT EXAMPLE

LIST DIRECTED FORMAT

RECORD 1 :N

RECORD 2 :N1 'TITLE'

RECORD 3 :XDATA1 YDATA1

RECORD 2 + N1 :NDATAN1 YDATAN1

RECORD 3 + N1 :N2 'TITLE FOR CURVE2'

RECORD 4 + N1 :XDATA1 YDATA1

etc.

Where:

N = Number of curves, integer

N1 = Number of points on the first curve, integer

N2 = Number of points on the second curve, integer

TITLE = Title with a maximum of 20 characters, Starts

        and ends with a quote ('). Separate with a

        space between N1 or N2.

XDATA1 = X value of the first part on the curve,

        real number

YDATA1 = Y value of the first part on the curve,

         real number. Separate with a space

         between XDATA1.

etc.