Metadata-Version: 1.0
Name: aotools
Version: 0.4
Summary: A set of useful functions for Adaptive Optics in Python
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: a.p.reeves@durham.ac.uk
License: UNKNOWN
Description: # AOtools
        
        Useful tools for Adaptive Optics analysis for the Python Programming Language
        
        [![Build Status](https://travis-ci.org/AOtools/aotools.svg?branch=master)](https://travis-ci.org/AOtools/aotools)
        [![Build status](https://ci.appveyor.com/api/projects/status/hru9gl4jekcwtm6l/branch/master?svg=true)](https://ci.appveyor.com/project/Soapy/aotools/branch/master)
        [![codecov](https://codecov.io/gh/AOtools/aotools/branch/master/graph/badge.svg)](https://codecov.io/gh/AOtools/aotools)
        [![Documentation Status](http://readthedocs.org/projects/aotools/badge/?version=latest)](http://aotools.readthedocs.org/en/latest/?badge=latest)
        
        ## 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.
        
        This package includes contributions from [Urban Bitenc](https://www.dur.ac.uk/physics/staff/profiles/?id=11418) and
        [James Osborn](https://www.dur.ac.uk/physics/staff/profiles/?id=11091)at the CfAI, Durham University.
        
Platform: UNKNOWN
