miepython icon indicating copy to clipboard operation
miepython copied to clipboard

Mie scattering of light by perfect spheres

Results 6 miepython issues
Sort by recently updated
recently updated
newest added

Is there a good paper to cite if using `miepython` in a publication? If so, it might be helpful to include in the README or read-the-docs.

## Changes I've added a method named `mie_phase_matrix` that computes the scattering phase matrix. The method has the same signature than `mie_S1_S2`, namely: ```python def mie_phase_matrix(m, x, mu, nom="albedo"): ......

Hi @scottprahl and thank you for a very useful Python package! I noticed a method, `mie_S1_S2`, to compute the scattering amplitude functions, but no method to compute the scattering phase...

Amazing work with this framework, and I am really happy to see that you used numba to speed up the computation. I was wondering if there is a reason why...

Hi there, I am a longtime fan of this package - I use it for my Atmospheric Radiative Transfer class at Millersville University. I was wondering if your package can...

Hello @scottprahl, First, thank you for creating and maintaining the `miepython` library – it's an excellent tool. **Context:** We are working with Dynamic Light Scattering (DLS) data and have obtained...