[GRASS-SVN] r52090 - grass/trunk/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 15 16:49:50 PDT 2012


Author: hamish
Date: 2012-06-15 16:49:50 -0700 (Fri, 15 Jun 2012)
New Revision: 52090

Modified:
   grass/trunk/scripts/i.spectral/i.spectral.html
Log:
apparently east_north= was renamed coordinates=, sync example in help page

Modified: grass/trunk/scripts/i.spectral/i.spectral.html
===================================================================
--- grass/trunk/scripts/i.spectral/i.spectral.html	2012-06-15 23:42:53 UTC (rev 52089)
+++ grass/trunk/scripts/i.spectral/i.spectral.html	2012-06-15 23:49:50 UTC (rev 52090)
@@ -3,10 +3,12 @@
 <em>i.spectral</em> displays spectral response at user specified 
 locations in images.
 
+
 <h2>NOTES</h2>
 
 This script needs gnuplot to be installed.
 
+
 <h2>EXAMPLE</h2>
 
 North Carolina sample dataset:
@@ -14,21 +16,24 @@
 <div class="code"><pre>
 g.region rast=lsat7_2002_10 -p
 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>
 
 This will search all LANDSAT map for 2002 but select only the B, G, R, 
 NIR, and MIR channels.
 
+
 <h2>SEE ALSO</h2>
 
 <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="r.what.html">r.what</a></em><br>
 
+
 <h2>AUTHOR</h2>
 
 Markus Neteler<br>
 Francesco Pirotti
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list