Update README.md

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

View file

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