Skip to content
Snippets Groups Projects
Commit 43eae7c2 authored by Adam Goins's avatar Adam Goins
Browse files

Added documentation for ingestion

parent ee9631fa
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,14 @@ namespace Isis { ...@@ -37,6 +37,14 @@ namespace Isis {
* *
* @param lab Pvl Label to create the camera model from * @param lab Pvl Label to create the camera model from
* *
* Data can be found in /work/projects/jaxa01
* To unpack this data:
* 1. mv or cp filename.sl2 to filename.tar
* 2. tar xvf filename.tar
* 3. mv or cp filename.igz to filename.img.gz
* 4. gzip -d filename.img.gz
* 5. filename.img are the files to be imported using kaguyatc2isis
*
* @internal * @internal
* @history 2018-10-02 Adam Goins & Jeannie Backer - Original Version * @history 2018-10-02 Adam Goins & Jeannie Backer - Original Version
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment