Useful tools for Adaptive Optics analysis for the Python Programming Language
python
SciPy
NumPy
matplotlibAs 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.
AOtools can be installed using pip:
pip install aotools(which may require admin or root privileges)
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.
Full documentation is hosted by Read the Docs