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


catoriglab

Printer Friendly View | TOC | Home

Outputs the original labels of a cube

Overview Parameters Example 1

Description

This program will output the full labels from the original source.

Categories


Related Objects and Documents

Applications


History

Robert Wallace and Brian Lipkowitz2006-02-03 Original version
Brendan George2006-09-26 Documentation fixes
Jesse Mapel2017-01-31 Enabled output or OriginalXmlLabels. Fixes #4584.

Parameter Groups

Files

Name Description
FROM Input file from which to extract the labels
TO Optional output file

Output Options

Name Description
APPEND Append output to file
X

Files: FROM


Description

The cube file from which to extract the original labels.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

The text file to which the original labels will be written.

Type filename
File Mode output
Internal Default None
Filter *.txt *.prt *.pvl
Close Window
X

Output Options: APPEND


Description

This option allows output to be appened to an already existing file. If this option is not checked and the file exists, it will be overwritten.

Type boolean
Default TRUE
Close Window

Example 1

Full printout of the original labels in a cub

Description

This example shows how the catoriglab application works. There are no defaults.
 
PDS_VERSION_ID                = PDS3

/* FILE DATA ELEMENTS */
RECORD_TYPE                   = FIXED_LENGTH
RECORD_BYTES                  = 2048
FILE_RECORDS                  = 1042
LABEL_RECORDS                 = 11

/* POINTERS TO DATA OBJECTS */
^IMAGE_HEADER                 = 12
^IMAGE                        = 19

/* IDENTIFICATION DATA ELEMENTS */
DATA_SET_ID                   = MER1-M-MI-2-EDR-OPS-V1.0
DATA_SET_NAME                 = "MER 1 MARS MICROSCOPIC IMAGER 
                                 CAMERA ED OPS VERSION 1.0"
       .
       .
       .
         

Command Line

catoriglab from=temp.cub
Run the catoriglab application on a .cub file.