[GRASS-SVN] r46153 - grass/trunk/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 1 16:37:17 EDT 2011


Author: neteler
Date: 2011-05-01 13:37:17 -0700 (Sun, 01 May 2011)
New Revision: 46153

Modified:
   grass/trunk/imagery/i.landsat.toar/i.landsat.toar.html
Log:
examples update; +TM5 example

Modified: grass/trunk/imagery/i.landsat.toar/i.landsat.toar.html
===================================================================
--- grass/trunk/imagery/i.landsat.toar/i.landsat.toar.html	2011-05-01 19:57:21 UTC (rev 46152)
+++ grass/trunk/imagery/i.landsat.toar/i.landsat.toar.html	2011-05-01 20:37:17 UTC (rev 46153)
@@ -154,16 +154,23 @@
 files 293_39.61_toar and 293_39.62_toar:
 
 <div class="code"><pre>
-    i.landsat.toar -7 band_prefix=203_30. output_suffix=_toar met=p203r030_7x20010620.met
+i.landsat.toar input_prefix=203_30. output_prefix=_toar  sensor=tm7 met=p203r030_7x20010620.met
 </pre></div>
 
 or
 
 <div class="code"><pre>
-    i.landsat.toar -7 band_prefix=203_30. output_suffix=_toar product_date=2004-06-07 date=2001-06-20 \
-    solar_elevation=64.3242970 gain="HHHLHLHHL"
+i.landsat.toar input_prefix=203_30. output_prefix=_toar  sensor=tm7 product_date=2004-06-07 date=2001-06-20 \
+  solar_elevation=64.3242970 gain="HHHLHLHHL"
 </pre></div>
 
+or
+
+<div class="code"><pre>
+i.landsat.toar input_prefix=L5121060_06020060714. output_prefix=L5121060_06020060714_toar sensor=tm5 \
+  metfile=L5121060_06020060714_MTL.txt -t
+</pre></div>
+
 <h2>REFERENCES</h2>
 
 <ol>
@@ -198,6 +205,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
+  <A href="i.atcorr.html">i.atcorr</a>,
   <A href="r.mapcalc.html">r.mapcalc</a>,
   <A href="r.in.gdal.html">r.in.gdal</a>
 </em>



More information about the grass-commit mailing list