THIS 22.1
APPENDIX C - T/HIS Bulk Data File Format
APPENDIX C - T/HIS BULK DATA FILE FORMAT
Format of a T/HIS Bulk Data File.
A bulk data file contains a number of curves that share the same X values.
The format of the file is as follows:
| Line 1 | : | Title |
| Line 2 | : | Number of curves (maximum 12) |
| Line 3 | : | Format, see Note 1 below |
| Line 4 | : | Multipliers on values, see Note 2 below |
| Line 5 | : | Axis labels, see Note 3 below |
| Line 6 | : | Line labels, see Note 4 below |
| Line 7 | : | X, Y1, Y2, Y3 ...... point 1 |
| Line 8 | : | X, Y1, Y2, Y3 ...... point 2 |
| Line n+6 | : | X, Y1, Y2, Y3 ...... point n |
Up to 500000 points can be read in for each curve.
A comment line may be included any where in the file by starting the line with a $ .
The following shows a bulk data file with three curves and seven points on each curve.
| $ Comment line |
| Title of the curves |
| 3 |
| FREE |
| $ A multiplier of 10 on X values and 5 on Y2 values |
|
10,,5, |
| x-axis,y1-axis,y2-axis,y3-axis |
| curve 1,curve 2,curve 3 |
| $ Now for the data |
| 0.0 0.0 1.0 2.0 |
| 1.0 1.0 3.0 4.0 |
| 2.0 2.0 4.0 5.0 |
| 2.4 4.4 5.5 7.4 |
| 3.3 7.8 5.8 9.2 |
| 4.4 10.0 12.0 13.0 |