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.
CategoriesRelated Applications in Previous Versions of IsisThis application replaces the following application existing in previous versions of Isis, which has been deprecated from the current version of Isis:
Related Objects and DocumentsApplicationsHistory
|
Parameter GroupsFiles
|
The cube file the label is to be extracted from.
| Type | cube |
|---|---|
| File Mode | input |
| Filter | *.cub |
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 |
Example 1peaks.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.
|