Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kenpryor67/miepython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Mie scattering of light off perfect spheres in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%