PyMieScatt
PyMieScatt copied to clipboard
A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations
PyMieScatt
In addition to over twenty functions for Mie theory calculations, it contains an implementation of a highly visual method for solving the inverse Mie problem for the complex refractive index, given known or assumed size parameter and optical measurements.
Dependencies
- numpy
- scipy
- matplotlib
- shapely
Documentation
http://pymiescatt.readthedocs.io/en/latest
Installation
pip install PyMieScatt
Or clone from source and run
python setup.py install