User:Tohline/vtk/Examples/LegacyCornellRectGrid

From VistrailsWiki
< User:Tohline
Revision as of 20:07, 20 April 2014 by Tohline (talk | contribs) (→‎Example Input Files & VisTrails Pipelines: Reword introductory paragraph)
Jump to navigation Jump to search

Example Input Files & VisTrails Pipelines

Whitworth's (1981) Isothermal Free-Energy Surface
|   Tiled Menu   |   Tables of Content   |  Banner Video   |  Tohline Home Page   |

This is an example input data file based on a structured-grid illustration that I found on a Cornell University website. The file illustrates VTK's Simple Legacy Format and the RECTILINEAR_GRID dataset format. Because this example uses 47 x 33 x 11 = 17,061 grid points, we provide a pointer to the website where the input file can be accessed, instead of displaying the entire data file here.

To aid in implementation, we present an image of the Cornell configuration and a screen shot of the VisTrails pipeline that was used to generate the image. The data file assigns a scalar value plus a vector velocity to each grid POINT, but it assigns no information to the corresponding grid CELLS.

Legacy (RectilinearGrid) Example from Cornell

The relevant Legacy-formatted input data file can be accessed at the following URL:

This ASCII file contains 11,405 lines of data.

VisTrails Pipeline
Cornell Image

Related Discussions