Skip to content
forked from AOtools/aotools

A useful set of tools for Adaptive Optics in Python

License

Notifications You must be signed in to change notification settings

lbardou/aotools

 
 

Repository files navigation

AOtools

Useful tools for Adaptive Optics analysis for the Python Programming Language

https://travis-ci.org/AOtools/aotools.svg?branch=master https://ci.appveyor.com/api/projects/status/hru9gl4jekcwtm6l/branch/master?svg=true http://readthedocs.org/projects/aotools/badge/?version=latest https://img.shields.io/badge/dynamic/json.svg?color=bright%20green&label=Downloads%2FMonth&query=%24.data.last_month&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Faotools%2Frecent

Required libraries

python
SciPy
NumPy
matplotlib

Installation

As everything is just pure python, you don't really need to "install" at all. To be able to use the tools from anywhere on your system, add the aotools directory to your PYTHONTPATH. Alternatively you can use one of the methods below.

Pip

AOtools can be installed using pip:

pip install aotools

(which may require admin or root privileges)

From Source

Alternatively, to install the tools to your system python distribution from source, run:

python setup.py install

(which may require admin or root privileges) from the aotools directory.

Documentation

Full documentation is hosted by Read the Docs

About

A useful set of tools for Adaptive Optics in Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%