Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS 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.

Categories


Related Applications to Previous Versions of ISIS

This program replaces the following application existing in previous versions of ISIS:
  • labels

Related Objects and Documents

Applications


History

Elizabeth Ribelin2005-01-10 Original version
Brendan George2006-09-25 Documentation fixes
Elizabeth Miller2007-02-26 Modified to output results in gui log if the gui is open
Mackenzie Boyd2010-07-26 Added to and append 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
X

Files: FROM


Description

The cube file the history is to be extracted from.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

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
Close Window
X

Output Options: APPEND


Description

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
Close Window
X

Output Options: MODE


Description

Different modes that cathist can run in.

Type string
Default FULL
Option List:
Option Brief Description
FULLFull history listing Lists the full history of the file in the PVL format.
BRIEFBrief history listing Lists a brief history of the file in a command line format.
Close Window