Skip to content

Socetnet2isis Tutorial

Tyler Thatcher edited this page Jun 12, 2018 · 15 revisions

The steps to use the Socetnet2isis script are:

  1. Clone the GitHub repo for plio (https://github.com/USGS-Astrogeology/plio)
  2. Run the command 'python setup.py install' while in your local directory for plio
  3. Run the command 'socetnet2isis at_file cub_file_path extension target_name --outpath'
  4. This will produce a .net file with the name after the --outpath argument

Required Arguments


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

Optional Arguments

  • outpath: Directory for the control network to be output to which has the same name as the .atf file.

Example call

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

Clone this wiki locally