Home
About Isis
Support
Download

Isis 3

Documentation
Tutorials
Technical Documents

Isis 2

Documentation
Tutorials
Technical Documents

Search

USGS

Isis 3 Application Documentation


catlab

Printer Friendly View | TOC | Home

Outputs the label from a cube

Overview Parameters Example 1

Description

This program will output the label from a cube. If it is run in gui mode, the label will be written to the gui log screen. Otherwise, it will be written to the terminal window.

Categories


Related Applications in Previous Versions of Isis

This application replaces the following application existing in previous versions of Isis, which has been deprecated from the current version of Isis:
  • labels

Related Objects and Documents

Applications


History

Elizabeth Ribelin2005-01-10 Original version
Elizabeth Miller2006-03-01 Modified to output label to gui if it is in interactive mode
Brendan George2006-09-26 Documentation fixes
Steven Koechle2008-05-20 Added TO parameter

Parameter Groups

Files

Name Description
FROM Input file the label is needed from
TO The text to append result Pvl
X

Files: FROM


Description

The cube file the label is to be extracted from.

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

Files: TO


Description

The text file in which the Result Pvl created is either appended or written to.

Type filename
File Mode output
Internal Default No Output file will be created
Filter *.txt *.prt *.pvl
Close Window

Example 1

peaks.cub label

Description

This example shows how the catlab application works. There are no defaults.
Object = Label
  Bytes = 65536
End_Object

Object = IsisCube
  Object = Core
    /* Location of the core
    StartByte   = 65537
    Format      = Tile
    TileSamples = 128
    TileLines   = 128

    Group = Dimensions
      Samples = 1024
      Lines   = 1024
      Bands   = 7
    End_Group

    Group = Pixels
      Type       = Real
      ByteOrder  = LSB
      Base       = 0.0
      Multiplier = 1.0
    End_Group
  End_Object

  Group = Bogus
    Key = Wow
  End_Group
End_Object
End
        

Command Line

catlab from=peaks.cub
Just run catlab on a .cub file.