This program converts a single field of a table into a cube.
The table records will become lines in the output cube, and the table field data will become samples.
So, a field with an array of size three and twenty records will produce a 3 sample by 20 line cube.
Specify the field name inside of the cube to gather the data from. The size of the array inside of
this field will be the same as the number of samples in the output cube (unless otherwise specified).
Specify the starting element in the field. For example, if you have an array of size three but only
want the last element this should be set to three. One Based.
In this example table2cube will convert the table "Example," field "Data" from out.tbl to out.cub
GUI Screenshot
table2cube GUI with defaults
Convert table to cube
In this example table2cube will convert the table "Example," field "Data" from out.tbl to out.cub
.
Output Image
Table after being converted
Image after conversion
Parameter Name:
TO
This is the table from out.tbl after being converted to an Isis cube. The file "out.tbl" was constructed by making a
500 by 500 table of the mathematical equation: element mod row (effectively x % y).