kenpryor67/miepython
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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 Test by changing the miepython directory and doing nosetests miepython/test/test.py Then, add the miepython directory to your PYTHONPATH Alternatively, just 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.