i.spectral.html 754 B

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