Skip to content

1.5.1

Latest
Compare
Choose a tag to compare
@oldmanye007 oldmanye007 released this 27 Jun 19:36
· 3 commits to master since this release
acd11db
  • Typo in "Ross-Thick" kernel definition in kernels.py has been fixed.

    Correct equation:
    From Eq 7. Wanner et al. JGRA 1995
    k_vol= ((np.pi/2 - phase)*np.cos(phase) + np.sin(phase))/ (np.cos(sensor_zn + np.cos(solar_zn)) - (np.pi/4)

    The incorrect equation had a multiplication symbol (*) instead of an addition sign (+) at [(np.cos(sensor_zn)+np.cos(solar_zn))], making the computation look more like the "Ross-Thin" kernel.

  • Update FlexBRDF tutorial