next up previous contents
Next: Graphic Parameter File Up: GRTOOL File Formats Previous: Link Data File

Grid Data File

 

A grid data file is a standard ASCII text file which contains for each applicable grid cell one record with the following information:

Field:NameContents:
1xgX-coordinate of lower left corner of grid cell
2ygY-coordinate of lower left corner of grid cell
3var1First data value for grid cell
4-...varkSecond, third, ...data values for grid cell

The grid records can appear in any order, i.e. sorting of the grid cell records is not required.

Optionally the grid records can be preceded by a label record of the form:
xg=distx yg=disty var1 var2 var3 ...
If present, this record allows to identify the data values tex2html_wrap_inline515 by the names var1, var2, var3, ....

Any record in a grid data file which starts with the character # is considered as a comment. Comments may appear anywhere in the file, but they are simply ignored.

Grid data files are usually generated by program GRLINK and are read by program GRANNOT in order to generate grid displays in to the form of annotation file.


next up previous contents
Next: Graphic Parameter File Up: GRTOOL File Formats Previous: Link Data File

Heinz Spiess, EMME/2 Support Center
Sun Mar 3 22:21:06 MET 1996