fnemina / pyOSOAA

pyOSOAA is a python interface for the Ocean Successive Orders with Atmosphere - Advanced (OSOAA) radiative transfer.
GNU General Public License v3.0
20 stars 6 forks source link

RunWavelengths() got an unexpected keyword argument 'tau' #25

Closed ghost closed 5 years ago

ghost commented 5 years ago

When i run rho_toa, tau = RunWavelengths(s, wl/1e3, angle=view, tau=True), i get a exception TypeError: RunWavelengths() got an unexpected keyword argument 'tau'. I find function RunWavelengths in your source code, but not see tau parameters. If you update your local code, but not update to github?

fnemina commented 5 years ago

I just uploaded the code to github. Check it again.

fnemina commented 5 years ago

Solved.