Make its deltas equal to your deltas (x, then y as a 2-vector).


Whoops, make deltas [1,1]. Your grid may not be perfectly regular but this doesn't matter. We are just constructing the mesh here and will stretch it to fit below.


Make its counts equal to your counts of x and y as a 2-vector. The x*y product should be equal to the number of data rows in the input file.

Print the output of Construct (which is otherwise not yet connected to any other module). You have a nice 2-D grid with no data. You could ShowConnections and Image this to see the result as well.

To get your temperature data onto this grid (and only because the two 2-D grids are topologically conformal), take the output of Mark("Temp") into the "data" input of Construct. At the output of Construct, add another AutoColor, then Image.


Whoops again (did this all from memory): use Extract("Temp") on the data field to get the component of interest, then attach this to Construct("data").

--

Chris Pelkie
Vice President/Scientific Visualization Producer
Conceptual Reality Presentations, Inc.
30 West Meadow Drive
Ithaca, NY 14850
[EMAIL PROTECTED]

Reply via email to