i.spectral.html 960 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. To analyze a time series of maps, run:
  8. <div class="code"><pre>
  9. d.rast map_1
  10. LIST=`g.mlist type=rast mapset=timeseries pat="map_*" | sort -t '_' -k 2 -n | tr '\n' ','| sed 's+,$++g'`
  11. i.spectral -i rast=$LIST
  12. </pre></div>
  13. This will search all maps in the mapset 'timeseries' which match have
  14. the 'map_' prefix and order by a number following this prefix (day of the
  15. year etc). The user is then asked to click into a map position and the
  16. resulting pixel values of all matching maps are drawn in the gnuplot
  17. output.
  18. <h2>SEE ALSO</h2>
  19. <em><a HREF="d.what.rast.html">d.what.rast</a></em><br>
  20. <em><a HREF="d.where.html">d.where</a></em><br>
  21. <em><a HREF="r.what.html">r.what</a></em><br>
  22. <h2>AUTHOR</h2>
  23. Markus Neteler<br>
  24. Francesco Pirotti
  25. <p><i>Last changed: $Date$</i>