[GRASS-SVN] r48363 - grass/branches/releasebranch_6_4/imagery/i.topo.corr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 19 11:25:17 EDT 2011


Author: neteler
Date: 2011-09-19 08:25:16 -0700 (Mon, 19 Sep 2011)
New Revision: 48363

Modified:
   grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html
Log:
correct cosine formula

Modified: grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html	2011-09-19 09:09:26 UTC (rev 48362)
+++ grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html	2011-09-19 15:25:16 UTC (rev 48363)
@@ -11,7 +11,7 @@
 Using flag -i and given an elevation map as basemap (UTM),
 <em>i.topo.corr</em> permits to obtain a simple illumination model from the formula:
 <ul>
-	<li> cos_i = cos(s) * cos(z) + sin(s) * sin(z) * sin(a - o) </li>
+	<li> cos_i = cos(s) * cos(z) + sin(s) * sin(z) * cos(a - o) </li>
 </ul>
 where,
 <em>s</em> is the terrain slope angle, <em>z</em> is the solar zenith angle,



More information about the grass-commit mailing list