Isis 3 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.
CategoriesRelated Objects and DocumentsApplicationsHistory
|
Parameter GroupsFiles
|
The cube file from which to extract the original labels.
| Type | cube |
|---|---|
| File Mode | input |
| Filter | *.cub |
Example 1Full 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.
|