Metadata-Version: 1.0
Name: aotools
Version: 0.2.2
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
        ```
        
        
        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, to install the tools to your system python distribution, run:
        
            python setup.py install
        
        (which may need 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) at the CfAI, Durham University
        
Platform: UNKNOWN
