TABLE File format

Top  Previous  Next

Data files for use in TABLE, TABLEDEF or SPLINETABLE input must have the following form:

 

{ comments }

name_coord1   datacount1

  value1_coord1   value2_coord1   value3_coord1 …

name_coord2   datacount2

  value1_coord2   value2_coord2   value3_coord1 …

name_coord3   datacount3

  value1_coord3   value2_coord3   value3_coord3 …

data { comments }

data111   data211   data311 …

data121   data221   data321 …

data131   data231   data331 …

…            …            …

…            …            …

data112   data 212   data312 …

data122   data 222   data322 …

data132   data 232   data 332 …

…            …            …

…            …            …

 

where

 

name_coordN

is the coordinate name in the N direction.  Typically, name_coord1 is x, name_coord2 is y.

 

 

datacountN

is the number of data points in the N direction.

 

 

DataJKL

is the data at coordinate point (J,K,L)

 

 

…  …

ellipses indicate extended lines, which may be continued over multiple lines.

 

 

Example:

 

{ this is an example table }

x 6

-0.01 2 4 6 8 10.01

y 6

-0.01 2 4 6 8 10.01

data

1000

1

1000

1

1000

1

1

1000

1

1000

1

1000

1000

1

1000

1

1000

1

1

1000

1

1000

1

1000

1000

1

1000

1

1000

1

1

1000

1

1000

1

1000