-
Notifications
You must be signed in to change notification settings - Fork 26
Socetnet2isis Tutorial
Tyler Thatcher edited this page Jun 12, 2018
·
15 revisions
The steps to use the Socetnet2isis script are:
- Clone the GitHub repo for plio (https://github.com/USGS-Astrogeology/plio)
- Run the command 'python setup.py install' while in your local directory for plio
- Run the command 'socetnet2isis at_file cub_file_path extension target_name --outpath'
- This will produce a .net file with the name after the --outpath argument
-
at_file: Path to the .atf file for a project.
-
cub_file_path: Path to cube files related to ipf files.
-
extension: Extension for all cubes being used. i.e. .8bit.cub.
-
target_name: Name of the target body used in the control net.
- outpath: Directory for the control network to be output to which has the same name as the .atf file.
socetnet2isis mars.atf /home/mars/cubs/ .mars.cub Mars --outpath /home/mars/
This will produce a X.net file where X is the same name as the .atf file in the folder /home/mars/ .