ISIS Application Documentation
blobdump | Standard View | TOC | Home |
Program to output a selected blob out to a file
Description
Categories
Groups
History
This program takes a cube with a blob in it, and strings to identify which blob, and reads that blob out to a file specified by the user.
Helper button has been provided in the GUI mode for the NAME and TYPE parameters. The helper button will sequentially fill in the name and type of each blob when pressed, clear the field to blank after the last blob has been reached, and then wrap back to the beginning.
Name | Description |
---|---|
FROM | Input Cube |
TO | Output file |
Name | Description |
---|---|
NAME | The name of the blob |
TYPE | The type of blob to be grabbed |
This is the cube containing the blob to be output.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub |
This is the output file the blob will be written as
Type | filename |
---|---|
File Mode | output |
This is the name of the blob to be output. It is generally mission-specific, and does not refer to which subclass of blob created it. In the cube's labels, this will be the information to the right of the equals sign after the keyword "Name"
Type | string |
---|
This is the blob type, and generally refers to the subclass of Blob that created the blob, for example, "OriginalLabel", "Polygon", "Table", or "History". This appears in the cube label as the information to the right of the "Object" entry.
Type | string |
---|
Brendan George | 2006-06-23 | Original version |
Steven Lambright | 2007-07-27 | Changed category from Utility to Import and Export |
Travis Addair | 2009-03-03 | Added helper button to sequentially place one blob into the NAME and TYPE parameters each time it is pressed |