Update README.md
This commit is contained in:
parent
7b5e69258c
commit
b7ae9e1303
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -32,4 +32,12 @@ _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_va
|
|||
|
||||
<img src="https://github.com/nsbalbi/Scattering/blob/main/Examples/Results/S(q)%20Models.png" width="45%">
|
||||
|
||||
Another great resourse and similar code can be found here: https://miepython.readthedocs.io/en/latest/index.html
|
||||
The code is sufficiently optimized so that 100+ calls to mie/rayleigh_scattering can occur in under a second. See mie_vs_rayleigh_l_star for an example of such, the results of which are shown below.
|
||||
|
||||
<img src="https://github.com/nsbalbi/Scattering/blob/main/Examples/Results/Mie%20vs%20Rayleigh%20l_star.png" width="90%">
|
||||
|
||||
## Other Resources
|
||||
|
||||
Other great resources for scattering calculations can be found here:
|
||||
* https://miepython.readthedocs.io/en/latest/index.html
|
||||
* https://omlc.org/calc/mie_calc.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue