The program will read the contents of the requested file and display in the window a grid of squares. Each square represents a grid node, each with an X and Y location coordinate pair. Each node also has a Z-value of some kind. This might represent elevations of a formation, or concentrations of a geochemical element. The squares are color-coded by Z-value, with lowest values coded pink and highest values red in a cold-to-hot gradational color scheme. Null values (-1e27) will be left blank.
Back to main Grid Editor topic