Isis 3 Application Documentation
cathist | Printer Friendly View | TOC | Home |
Outputs the history of a cube
| Overview | Parameters | Example 1 | Example 2 |
Description
This program will output the full or brief history of a .cub file. The brief mode
is especially useful for creating a script for a batch job, because the output is in the
command line format.
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
Output Options
|
The cube file the history is to be extracted from.
| Type | cube |
|---|---|
| File Mode | input |
| Filter | *.cub |
Different modes that cathist can run in.
| Type | string | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Default | FULL | |||||||||
| Option List: |
|
Example 1Full printout of a .cub history Description
This example shows the cathist application in the full mode.
This is the default mode.
Object = mirror
IsisVersion = "3.0.2 beta | 2004-11-17"
ProgramVersion = 2003-07-29
ExecutionDateTime = 2005-01-10T13:33:12
HostName = orkin
UserName = eribelin
Description = "Flip a cube from left-to-right"
Group = UserParameters
FROM = peaks.cub
TO = temp.cub
End_Group
End_Object
Object = circle
IsisVersion = "3.0.2 beta | 2004-11-17"
ProgramVersion = 2003-07-29
ExecutionDateTime = 2005-01-10T13:50:46
HostName = orkin
UserName = eribelin
Description = "Trims data outside of a circle"
Group = UserParameters
FROM = temp.cub
TO = temp2.cub
End_Group
End_Object
End
Command Line
cathist from=temp2.cub
Run the cathist application on a .cub file.
|
Example 2Brief printout of a .cub history Description
This example shows the cathist application in the brief mode.
mirror from=peaks.cub to=temp.cub
circle from=temp.cub to=temp2.cub
Command Line
cathist from=temp2.cub mode=brief
Run the cahist application on a .cub file in brief mode.
|