Update README.md

This commit is contained in:
Eric Furst 2022-08-04 18:20:43 -04:00 committed by GitHub
commit 863fc4d39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Function package for generating light transport properties in multiple scattering media Function package for generating light transport properties in multiple scattering media
Nicholas Sbalbi, Qi Li, and Eric M. Furst Nicholas Sbalbi, Qi Li, and Eric M. Furst
<img src="https://github.com/nsbalbi/Scattering/blob/main/Examples/Results/Intensity%20Plot.png" width="60%"> <img src="https://github.com/emfurst/DWS-interactions/blob/main/Examples/Results/Intensity%20Plot.png" width="60%">
## Usage ## Usage
@ -31,15 +31,15 @@ _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_va
... = mie_scattering(n_p, n_s, a_p, lambda_vac, phi, sruct='SHS', optional_params=[0.2, 0.05]) ... = mie_scattering(n_p, n_s, a_p, lambda_vac, phi, sruct='SHS', optional_params=[0.2, 0.05])
``` ```
<img src="https://github.com/nsbalbi/Scattering/blob/main/Examples/Results/S(q)%20Models.png" width="45%"> <img src="https://github.com/emfurst/DWS-interactions/blob/main/Examples/Results/S(q)%20Models.png" width="45%">
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.py for an example of such, the results of which are shown below. 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.py for an example; the results are shown below.
<img src="https://github.com/nsbalbi/Scattering/blob/main/Examples/Results/Mie%20vs%20Rayleigh%20l_star.png" width="90%"> <img src="https://github.com/emfurst/DWS-interactions/blob/main/Examples/Results/Mie%20vs%20Rayleigh%20l_star.png" width="90%">
## Other Resources ## Other Resources
Other great resources for scattering calculations can be found here: Other resources for scattering calculations can be found here:
* https://miepython.readthedocs.io/en/latest/index.html * https://miepython.readthedocs.io/en/latest/index.html
* https://omlc.org/calc/mie_calc.html * https://omlc.org/calc/mie_calc.html