浏览代码

apparently east_north= was renamed coordinates=, sync example in help page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52090 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 年之前
父节点
当前提交
bb7780b704
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      scripts/i.spectral/i.spectral.html

+ 7 - 2
scripts/i.spectral/i.spectral.html

@@ -3,10 +3,12 @@
 <em>i.spectral</em> displays spectral response at user specified 
 <em>i.spectral</em> displays spectral response at user specified 
 locations in images.
 locations in images.
 
 
+
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
 This script needs gnuplot to be installed.
 This script needs gnuplot to be installed.
 
 
+
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
 
 
 North Carolina sample dataset:
 North Carolina sample dataset:
@@ -14,21 +16,24 @@ North Carolina sample dataset:
 <div class="code"><pre>
 <div class="code"><pre>
 g.region rast=lsat7_2002_10 -p
 g.region rast=lsat7_2002_10 -p
 LIST=`g.mlist type=rast pat="lsat7_2002_[1-5,7]0" fs=","`
 LIST=`g.mlist type=rast pat="lsat7_2002_[1-5,7]0" fs=","`
-i.spectral raster=$LIST east_north=637502.25,221744.25
+i.spectral raster=$LIST coordinates=637502.25,221744.25
 </pre></div>
 </pre></div>
 
 
 This will search all LANDSAT map for 2002 but select only the B, G, R, 
 This will search all LANDSAT map for 2002 but select only the B, G, R, 
 NIR, and MIR channels.
 NIR, and MIR channels.
 
 
+
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em><a href="d.what.rast.html">d.what.rast</a></em><br>
 <em><a href="d.what.rast.html">d.what.rast</a></em><br>
 <em><a href="d.where.html">d.where</a></em><br>
 <em><a href="d.where.html">d.where</a></em><br>
 <em><a href="r.what.html">r.what</a></em><br>
 <em><a href="r.what.html">r.what</a></em><br>
 
 
+
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 
 Markus Neteler<br>
 Markus Neteler<br>
 Francesco Pirotti
 Francesco Pirotti
 
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>