瀏覽代碼

fix again example

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37133 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 年之前
父節點
當前提交
6b44f13763
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      imagery/i.atcorr/i.atcorr.html

+ 2 - 2
imagery/i.atcorr/i.atcorr.html

@@ -522,8 +522,8 @@ echo "8                            - geometrical conditions=Landsat ETM+
 -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.