bsumlin / PyMieScatt

A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations
http://pymiescatt.readthedocs.io/en/latest/
MIT License
101 stars 39 forks source link

Fixed definition of angle used when calculating q #13

Open zcm73400 opened 5 years ago

zcm73400 commented 5 years ago

when you initially declared the measured angle for q-space you had it as a log space array for the log of the angle and q is calculated by just the angle itself.