[GRASS-SVN] r37134 - grass/branches/develbranch_6/imagery/i.atcorr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 10 17:07:26 EDT 2009
Author: neteler
Date: 2009-05-10 17:07:26 -0400 (Sun, 10 May 2009)
New Revision: 37134
Modified:
grass/branches/develbranch_6/imagery/i.atcorr/description.html
Log:
fix again example
Modified: grass/branches/develbranch_6/imagery/i.atcorr/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.atcorr/description.html 2009-05-10 21:07:13 UTC (rev 37133)
+++ grass/branches/develbranch_6/imagery/i.atcorr/description.html 2009-05-10 21:07:26 UTC (rev 37134)
@@ -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