hyperion-rt / hyperion

Hyperion Radiative Transfer Code
http://www.hyperion-rt.org
BSD 2-Clause "Simplified" License
52 stars 26 forks source link

Allow albedos of 1 to be specified in SphericalDust class #8

Closed astrofrog closed 12 years ago

astrofrog commented 12 years ago

The issue is that if albedo = 1, then kappa = 0, and since interpolation/integration is done in log space, this causes issues.

astrofrog commented 12 years ago

This no longer appears to be an issue - it was probably fixed when switching over to Cython for the interpolation/integration routines.