miepython
==============
miepython is a Python module to calculate light scattering of solid spheres. Mie theory is used, following the procedure in given by Wiscombe <http://opensky.ucar.edu/islandora/object/technotes:232>

Usage
--------------
For examples and use cases, see test folder

Installation via pip
--------------
   pip install miepython

Installation via github
--------------
Clone repository
   git clone https://github.com/scottprahl/miepython.git

Then, add the miepython directory to your PYTHONPATH or install using pip
   pip install miepython

To uninstall:
--------------
   pip uninstall miepython

Dependencies
--------------
For installation: setuptools

Required Python modules: numpy, matplotlib


License
--------------
miepython is licensed under the terms of the MIT license.