From b7ae9e1303bc05b08025184c04952da879f58b88 Mon Sep 17 00:00:00 2001 From: nsbalbi <60553434+nsbalbi@users.noreply.github.com> Date: Mon, 16 Aug 2021 12:47:40 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ba67a..c482d22 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,12 @@ _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_va -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. + + + +## 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