Update README.md

This commit is contained in:
nsbalbi 2021-08-16 12:47:40 -04:00 committed by GitHub
commit b7ae9e1303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%"> <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