usnistgov / pySCATMECH

pySCATMECH is a Python interface to SCATMECH: Polarized Light Scattering C++ Class Library
https://pages.nist.gov/pySCATMECH/index.html
Other
30 stars 12 forks source link

Missing index in array #2

Closed pauloesampaio closed 2 years ago

pauloesampaio commented 2 years ago

Hi,

I think there is an array index missing in this line: https://github.com/usnistgov/pySCATMECH/blob/50867aec7eb9ed9995638b1a85aeb4ccb989356d/pySCATMECH/mueller.py#L929

Think it should be retarder[1:4, 0]=0 If you think it is right I can make a PR.

And thanks for the awesome work.

Best, Paulo Sampaio