[GRASS-SVN] r37133 - grass/trunk/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 10 17:07:13 EDT 2009


Author: neteler
Date: 2009-05-10 17:07:13 -0400 (Sun, 10 May 2009)
New Revision: 37133

Modified:
   grass/trunk/imagery/i.atcorr/i.atcorr.html
Log:
fix again example

Modified: grass/trunk/imagery/i.atcorr/i.atcorr.html
===================================================================
--- grass/trunk/imagery/i.atcorr/i.atcorr.html	2009-05-10 20:18:57 UTC (rev 37132)
+++ grass/trunk/imagery/i.atcorr/i.atcorr.html	2009-05-10 21:07:13 UTC (rev 37133)
@@ -522,8 +522,8 @@
 -1000                        - sensor on board a satellite
 64                           - 4th band of ETM+ Landsat 7" > icnd.txt
 
-# run atmospheric correction
-i.atcorr lsat7_2002_40 ialt=elev_int icnd=icnd.txt oimg=lsat7_2002_40_atcorr
+# run atmospheric correction (-a for > July 2000; -o to use cache acceleration):
+i.atcorr -a -o lsat7_2002_40 ialt=elev_int icnd=icnd.txt oimg=lsat7_2002_40_atcorr
 </pre></div>
 
 Note that the process is computationally intensive.



More information about the grass-commit mailing list