Skip to content

tthatcher95/autocnet

 
 

Repository files navigation

AutoCNet

Join the chat at https://gitter.im/USGS-Astrogeology/autocnet

image

image

image

Documentation Status

'Stories in Ready'

Automated sparse control network generation to support photogrammetric control of planetary image data.

Installation Instructions

We suggest using Anaconda Python to install Autocnet within a virtual environment. These steps will walk you through the process.

  1. [Download](https://www.continuum.io/downloads) and install the Python 3.x Miniconda installer. Respond Yes when prompted to add conda to your BASH profile.
  2. (Optional) We like to sequester applications in their own environments to avoid any dependency conflicts. To do this:

    • conda create -n <your_environment_name> python=3 && source activate <your_environment_name>

    Note, that you might want to specify either python=3.5 or python=3.6, depending on your requirements. Both are currently supported by autocnet.

  3. Bring up a command line and add three channels to your conda config (~/condarc):
    • conda config --add channels conda-forge
    • conda config --add channels menpo
    • conda config --add channels usgs-astrogeology
  4. Finally, install autocnet: conda install -c usgs-astrogeology autocnet-dev

About

Automatic control network generation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 90.0%
  • Python 9.9%
  • Other 0.1%