[GRASS-SVN] r47353 -
grass/branches/releasebranch_6_4/imagery/i.topo.corr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 2 08:38:26 EDT 2011
Author: neteler
Date: 2011-08-02 05:38:26 -0700 (Tue, 02 Aug 2011)
New Revision: 47353
Modified:
grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html
Log:
HTML tag prettified
Modified: grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html 2011-08-02 12:37:18 UTC (rev 47352)
+++ grass/branches/releasebranch_6_4/imagery/i.topo.corr/description.html 2011-08-02 12:38:26 UTC (rev 47353)
@@ -1,22 +1,24 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
-<p><EM>i.topo.corr</EM> is used to topographically correct reflectance
-from imagery files, e.g. obtained with <EM>i.landsat.toar</EM>, using a
+<em>i.topo.corr</em> is used to topographically correct reflectance
+from imagery files, e.g. obtained with <em>i.landsat.toar</em>, using a
sun illumination terrain model. This illumination model represents the
cosine of the incident angle, i.e. the angle between the normal to the
ground and the sun rays. It can be obtained with <em>r.sun</em>
-(parameter incidout), and then calculating its cosine with float precision.</p>
+(parameter incidout), and then calculating its cosine with float precision.
-<p>Using flag -i and given an elevation map as basemap (UTM),
+<p>
+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>
</ul>
where,
<em>s</em> is the terrain slope angle, <em>z</em> is the solar zenith angle,
-<em>a</em> the solar azimuth angle, <em>o</em> the terrain aspect angle.</p>
+<em>a</em> the solar azimuth angle, <em>o</em> the terrain aspect angle.
-<p>For each band file, the corrected reflectance (ref_c) is calculate from
+<p>
+For each band file, the corrected reflectance (ref_c) is calculate from
the original reflectance (ref_o) using one of the four offered methods
<!-- TODO: fix next numbers -->
(one lambertian and two non-lambertian).</p>
@@ -107,7 +109,7 @@
<A HREF="r.sun.html">r.sun</A>
</em>
-<H2>AUTHOR</H2>
+<h2>AUTHOR</h2>
E. Jorge Tizado (ej.tizado unileon es)<br>
Dept. Biodiversity and Environmental Management, University of León, Spain
More information about the grass-commit
mailing list