mirror of
https://github.com/JHUAPL/JCAT.git
synced 2026-01-08 22:08:12 -05:00
main
JCAT
Java CRISM Analysis Tool
JCAT is a free analysis tool for Compact Reconnaissance Imaging Spectrometer for Mars (CRISM) data products. It is released under the MIT license.
Installation
Clone this repository from the command line:
> git clone git@github.com:JHUAPL/JCAT.git
In the cloned folder ('jcat'), run the mkPackage.bash script:
> ./mkPackage.bash
This script will create two tar files in the 'dist' directory. Expand that tar file either in a finder window or via command line:
> tar -xvzf ./dist/JCAT-XXXX.XX.XX.tar.gz
Open runJCAT in your corresponding OS via finder window or command line to start using JCAT:
> ./JCAT-XXXX.XX.XX/unix/runJCAT
Tutorial / Documentation
There is a tutorial PDF available when running JCAT. Under the Help tab, click on the Tutorial button to open the document.
The Show Log button is useful for debugging.
Description
Languages
Java
99%
Shell
1%