[GRASS-SVN] r43091 - grass-addons/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 13 07:11:43 EDT 2010


Author: martinl
Date: 2010-08-13 11:11:43 +0000 (Fri, 13 Aug 2010)
New Revision: 43091

Modified:
   grass-addons/imagery/i.landsat.acca/description.html
Log:
i.landsat.acca: fix manual syntax


Modified: grass-addons/imagery/i.landsat.acca/description.html
===================================================================
--- grass-addons/imagery/i.landsat.acca/description.html	2010-08-13 10:38:02 UTC (rev 43090)
+++ grass-addons/imagery/i.landsat.acca/description.html	2010-08-13 11:11:43 UTC (rev 43091)
@@ -1,8 +1,8 @@
 <H2>DESCRIPTION</H2>
 
-<EM>i.landsat.acca</EM> is to implement the Automated Cloud-Cover Assessment (ACCA) Algorithm from Irish (2000) with the constant values for pass filter one from Irish et al. (2006). To do, it need the band numbers 2, 3, 4, 5, and 6 (band 61 of Landsat-7 ETM+).</p>
+<EM>i.landsat.acca</EM> is to implement the Automated Cloud-Cover Assessment (ACCA) Algorithm from Irish (2000) with the constant values for pass filter one from Irish et al. (2006). To do, it need the band numbers 2, 3, 4, 5, and 6 (band 61 of Landsat-7 ETM+).
 
-<p>The ACCA gives good results over most of the planet with the exception of ice sheets because ACCA operates on the premise that clouds are colder than the land surface they cover. The algorithm was designed to Landsat-7 ETM+ but because of they use reflectances it usefull also for Landsat-4/5 TM.</p>
+<p>The ACCA gives good results over most of the planet with the exception of ice sheets because ACCA operates on the premise that clouds are colder than the land surface they cover. The algorithm was designed to Landsat-7 ETM+ but because of they use reflectances it usefull also for Landsat-4/5 TM.
 
 
 
@@ -13,7 +13,7 @@
 <H2>EXAMPLES</H2>
 
 <p>To make standard ACCA algorithm with two pass processing (flag 2) and filling cloud holes (flag f).</p>
-Reflectances in band rasters 226_62.toar.1, 226_62.toar.2 [...] and thermal band 226_62.toar.61 to output file 226_62.acca:</p>
+Reflectances in band rasters 226_62.toar.1, 226_62.toar.2 [...] and thermal band 226_62.toar.61 to output file 226_62.acca:
 
 <div class="code"><pre>
 i.landsat.acca -f2 band=226_62.toar out=226_62.acca



More information about the grass-commit mailing list