Format of a T/HIS "Curve" File
Format of a T/HIS "curve" file
This is an ASCII file which is organised as follows:
|
Line 1:
Line 2: Line 3: Line 4: Line 5: Line 6: : Line n: |
Graph title X axis label Y axis label Curve label <X value> <Y value> <X value> <Y value>
<X value> <Y value> |
(CHARACTER string) (CHARACTER string) (CHARACTER string) (CHARACTER string) (REAL numbers) (REAL numbers)
(REAL numbers) |
| And if a second or subsequent curves are to be defined in the file: | ||
|
Line n+1: Line n+2: Line n+3: Line n+4: Line n+5: Line n+6: : |
CONTINUE Graph title X axis label Y axis label Curve label <X value> <Y value>
|
(CHARACTER constant) (CHARACTER string) (CHARACTER string) (CHARACTER string) (CHARACTER string) (REAL numbers)
|
| And so on for further curves. | ||
Further notes on T/HIS curve file format: |
|
|
|
| For more information see the T/HIS User's Manual. | |