Transform can read in several data formats. Once read in Transform converts the data to a mesh, with no coordinates attached to each point. Transform calls this mesh a Matrix. You may specify the number of rows and columns of the matrix. Transform interpolates the data to fit the mesh. You may choose the interpolation methos.
Transform works best when your data is "rectangular". That is, the data has a rectangular boundary. This is not a requirement, but you will always see a rectangular region when the data is displayed. Each point in the region will have some value. You may choose the value for the "undefined" points.
Transform can read many data formats, including the following
Transform can also read in images to display along with your data.From a C program, this array is written to a file by using an fwrite statement.
When you read in binary matrix data, you will see the following
You must choose the number type and then tell "Transform" the number of bytes to ignore at the beginning of the file. If you binary data was produced by a C program, the skip bytes probably will be 0. For FORTRAN, unless other data was written to the file, the skip bytes will probably be 4.
You also need to enter the number of rows and columns, and then click "OK"
3 4 1.0 10.0 10.0 20.0 30.0 100.0 200.0 300.0 400.0 1.1 1.2 1.3 1.4 2.1 2.2 2.3 2.4 3.1 3.2 3.3 3.4The first line contains the number of rows and columns. The second line contains the minimum and maximum of the data. If the min and max are both set to zero, then "Transform" will compute the min and max for you.
The next line contains the labels for the rows. After that comes the labels for the columns. The data values are last. All the data for row 1 appears before the data for row 2 and so on.
This information is available in alternative formats upon request by individuals with disabilities. Please send email to alt-format@msi.umn.edu or call 612-624-0528. |
||||||||||||
|
HOME |
QUESTIONS |
FEEDBACK |
||||||||||||
|
||||||||||||