ISIS Application Documentation
table2cube | Printer Friendly View | TOC | Home |
Converts a table to a cube
Overview | Parameters | Example 1 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:14 |
Parameter GroupsFiles
Settings
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:14 |
Specify the input file containing table data.
Type | filename |
---|---|
File Mode | input |
Specify the output file, which will be a cube populated with the data from the table.
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Filter | *.cub |
Specify the table name inside of the table input file (FROM).
Type | string |
---|
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).
Type | string |
---|
Specify the starting record inside of the table. Use this if you want to skip initial data. One Based.
Type | integer |
---|---|
Default | 1 |
Specify the number of records to convert, this starts with the first record specified by STARTREC. One Based.
Type | integer |
---|---|
Internal Default | All |
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.
Type | integer |
---|---|
Default | 1 |
Specify the number of elements in the field to convert into the output cube, this starts with the first record specified by STARTELEM. One Based.
Type | integer |
---|---|
Internal Default | All |
Example 1Converting a table to a cube using table2cube Description
Converting a table to a cube using table2cube.
Command Line
table2cube
from=out.tbl to=out.cub tablename=Example field=Data
In this example table2cube will convert the table "Example," field "Data" from out.tbl to out.cub
GUI Screenshot
Output Image |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:14 |