From 9d40950da34e19996863d7256bbcdedf8232e3e7 Mon Sep 17 00:00:00 2001 From: Eric Furst <86606193+emfurst@users.noreply.github.com> Date: Thu, 4 Aug 2022 18:24:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da9b8b..abcd145 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Nicholas Sbalbi, Qi Li, and Eric M. Furst ## Usage -The functions mie_scattering and rayleigh_scattering calculate light scattering properties for scatterers, including scattering intensities and photon mean-free path. The input parameters are the particle and medium refractive indeces, particle radii, and incident light wavelength along with the desired structure factor model. The default is to assume non-interacting particles by setting the structure factor S(q)=1. See the documentation within scattering.py for further details. Examples are given below and example scripts can be found in the "Examples" folder. +The functions `mie_scattering` and `rayleigh_scattering` calculate light scattering properties for scatterers, including scattering intensities and photon mean-free path. The input parameters are the particle and medium refractive indices, particle radius, and incident light wavelength, along with the desired structure factor model. The default is to assume non-interacting particles by setting the structure factor S(q)=1. See the documentation within `scattering.py` for further details. Examples are given below and example scripts can be found in the `Examples` folder. ## Examples