ISIS Application Documentation
catlab | Printer Friendly View | TOC | Home |
Outputs the label from a cube
Overview | Parameters | Example 1 | Example 2 |
Description
This program will output the labels from an Isis cube or its detached label
file. 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.
Note: This program is designed to output Isis cube
labels. However, it will work on many files with pds like labels.
CategoriesRelated Applications to Previous Versions of ISISThis program replaces the following application existing in previous versions of ISIS:
Related Objects and DocumentsApplicationsHistory
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Parameter GroupsFiles
Output Options
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
This is the input cube file from which the labels will be extracted.
Type | cube |
---|---|
File Mode | input |
Filter | *.cub *.lbl |
The text file to which the result Pvl will be written.
Type | filename |
---|---|
File Mode | output |
Internal Default | None |
Filter | *.txt *.prt *.pvl |
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 |
Example 1Default example Description
This is an example of catlab with no output file.
Command Line
catlab
from=peaks.cub
In this example, catlab will extract the labels from the input
cube and output them to the terminal window:
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 Object = Label Bytes = 65536 End_Object Object = History Name = IsisCube StartByte = 29425665 Bytes = 1048 End_Object End GUI Screenshot |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |
Example 2Example with output file created Description
This is an example of catlab with an output file.
Command Line
catlab
from=peaks.cub to=peaks.pvl
In this example, catlab will extract the labels from the input
cube and output them to a pvl file.
GUI Screenshot
Data FileLinks open in a new window.
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:09 |