forked from scottprahl/miepython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
39 lines (28 loc) · 912 Bytes
/
README
File metadata and controls
39 lines (28 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.