[GRASS-SVN] r37135 - grass/branches/releasebranch_6_4/imagery/i.atcorr

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


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

Modified:
   grass/branches/releasebranch_6_4/imagery/i.atcorr/description.html
Log:
fix again example

Modified: grass/branches/releasebranch_6_4/imagery/i.atcorr/description.html
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.atcorr/description.html	2009-05-10 21:07:26 UTC (rev 37134)
+++ grass/branches/releasebranch_6_4/imagery/i.atcorr/description.html	2009-05-10 21:07:36 UTC (rev 37135)
@@ -518,8 +518,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