ISIS Application Documentation
Program to output a selected blob out to a file
Description
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.
Categories
History
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
|
|
Parameter Groups
Files
Name
|
Description
|
FROM |
Input Cube
|
TO |
Output file
|
Blob Specifications
Name
|
Description
|
NAME |
The name of the blob
|
TYPE |
The type of blob to be grabbed
|
|
Files:
FROM
Description
This is the cube containing the blob to be output.
Type
| cube |
File Mode
| input |
Filter
| *.cub |
Files:
TO
Description
This is the output file the blob will be written as
Type
| filename |
File Mode
| output |
Blob Specifications:
NAME
Description
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"
Blob Specifications:
TYPE
Description
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.