An example of a two-dimensional xyz internal table file is shown below. Critical aspects of the file format are:
The columnar data inside the brackets are free format, and any delimiters may be used to separate the individual numbers. Each column of data must have the same number of elements. There must be columns of data identified as 'X', 'Y' (and 'Z' in three-dimensional space).
{'Type': 'xyz'
'DataSets': [ 'X' 'Y' 'U' 'SaNut']
'X':
[-4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4]
'Y':
[1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0]
'U':
[0.04 0.123 0.209 0.291 0.359 0.409 0.445 0.471 0.491 0.509 0.523]
'SaNut':
[1.14e-05 3.51e-05 6.078e-05 8.84e-05 0.00012 0.00015 0.00019 0.00022 0.00026 0.00030 0.00035] }