Yvan Nollet
Yvan Nollet
## 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...
# Feature request ## Summary Provide a way to have spectral response data start with a zero and end with a zero. This is a feature request from @Ygovs and...
# Bug report ## Summary I am creating this issue to report a bug that occurs on Apple M2 CPU (initially reported by @Srheft in #332). ## Description It seems...