Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions

Public Release
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


blobdump

Standard View | TOC | Home

Program to output a selected blob out to a file

Description
Categories
Groups
History


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


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"

Type string

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.

Type string

History

Brendan George2006-06-23 Original version
Steven Lambright2007-07-27 Changed category from Utility to Import and Export
Travis Addair2009-03-03 Added helper button to sequentially place one blob into the NAME and TYPE parameters each time it is pressed