Skip to content
/ aotools Public
forked from AOtools/aotools

A useful set of tools for Adaptive Optics in Python

Notifications You must be signed in to change notification settings

agb32/aotools

 
 

Repository files navigation

AOtools

Useful tools for Adaptive Optics analysis for the Python Programming Language

Build Status Build status codecov Documentation Status

Required libraries

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.

This package includes contributions from Urban Bitenc and James Osbornat the CfAI, Durham University.

About

A useful set of tools for Adaptive Optics in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%