Difference between revisions of "User:Tohline/vtk/Examples/LegacyCornellRectGrid"

From VistrailsWiki
Jump to navigation Jump to search
(Present Cornell RectilinearGrid example)
 
(→‎Example Input Files & VisTrails Pipelines: Point to Cornell tutorial session)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
{{LSU_HBook_header}}
{{LSU_HBook_header}}


This is an example input data file that has been developed based on the structured-points illustration that I found in a tutorial powerpoint presentation posted (circa 2010) [http://www.bu.edu/tech/files/2010/10/VTK-Fall-2010.ppt by Robert Putnam on a Boston University website]; see especially slides 22-25.  The file illustrates VTK's ''Simple Legacy Format'' and the STRUCTURED_POINTS dataset format.  To aid in implementation, we present the full ascii dataset, two resulting rendered images, and a screen shot of the VisTrails pipeline that was used to generate the image.  Note that the image captioned "Point Data" was generated, by default, while the image captioned "Cell Data" was generated after activating the ''SetScalarModeToUseCellData'' method within the '''vtkDataSetMapper''' module.  A list of other example input data files [[User:Tohline/vtk/SimpleCubeTutorial#Other_Example_Input_Files_and_VisTrails_Pipelines|is provided near the end of our accompanying ''Simple Cube Tutorial'']].
This is an example input data file based on a structured-grid illustration that I found on a Cornell University website.  ([http://www.cac.cornell.edu/Ranger/VisIt/prerequisites.aspx As referenced at a related URL], this appears to be a data set that was used at Cornell's Center for Advanced Computing as part of a tutorial session that illustrated how VTK library routines could be used on the high-performance-computers named ''Ranger'' and ''Stampede'' located at TACC, the Texas Advanced Computing Center.) 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 rendered 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==
==Legacy (RectilinearGrid) Example from Cornell==

Latest revision as of 20:21, 20 April 2014

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. (As referenced at a related URL, this appears to be a data set that was used at Cornell's Center for Advanced Computing as part of a tutorial session that illustrated how VTK library routines could be used on the high-performance-computers named Ranger and Stampede located at TACC, the Texas Advanced Computing Center.) 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 rendered 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