A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations
Stars
120
Forks
48
Watchers
120
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
285
commits
4
commits
1
commits
1
commits
1
commits
FIX: remove line normalizing the input wavelength by nMedium (only normalization of `m` is required)
fedde0eView on GitHubENH: add `rayleigh_thresh` optional input parameter to `MieQ` allowing to force full Mie calculations instead of the auto Rayleigh approximation
5de26a4View on GitHubMerge pull request #26 from natsuwater/feature/trapz_fix
5b3d0a9View on GitHub`scipy>=1.14.0` has moved from `scipy.integrate.trapz` to `scipy.integrate.trapezoid`.
95b6ac4View on GitHub