ISIS Application Documentation
cathist | Standard View | TOC | Home | 
Outputs the history of a cube
            Description
              Categories
              Groups
              Examples
              History
| Name | Description | 
|---|---|
| FROM | Input file the history is needed from | 
| TO | Output file for the history | 
| Name | Description | 
|---|---|
| APPEND | Append output to file | 
| MODE | Mode types | 
The cube file the history is to be extracted from.
| Type | cube | 
|---|---|
| File Mode | input | 
| Filter | *.cub | 
This is the file which the PVL history for the input cube will go to.
| Type | filename | 
|---|---|
| File Mode | output | 
| Internal Default | None | 
| Filter | *.pvl *.txt *.prt | 
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 | 
Different modes that cathist can run in.
| Type | string | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Default | FULL | |||||||||
| Option List: | 
  | 
Full printout of a .cub history
 
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
         
      Brief printout of a .cub history
mirror from=peaks.cub to=temp.cub
circle from=temp.cub to=temp2.cub
            
        | Elizabeth Ribelin | 2005-01-10 | Original version | 
| Brendan George | 2006-09-25 | Documentation fixes | 
| Elizabeth Miller | 2007-02-26 | Modified to output results in gui log if the gui is open | 
| Mackenzie Boyd | 2010-07-26 | Added to and append options. |