[GRASS-SVN] r35418 - grass/branches/releasebranch_6_4/scripts/i.fusion.brovey

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 15 13:21:35 EST 2009


Author: neteler
Date: 2009-01-15 13:21:35 -0500 (Thu, 15 Jan 2009)
New Revision: 35418

Added:
   grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/rgb_brovey.png
   grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/rgb_originals.png
Modified:
   grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/description.html
Log:
example added

Modified: grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/description.html	2009-01-15 17:53:11 UTC (rev 35417)
+++ grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/description.html	2009-01-15 18:21:35 UTC (rev 35418)
@@ -21,6 +21,43 @@
 region coordinates are respected. The three pan-sharpened output
 channels may be combined with <em>d.rgb</em> or <em>r.composite</em>.
 
+<H2>EXAMPLE</H2>
+
+Calculation of Brovey fusion map from North Carolina Landsat scene:
+
+<div class="code"><pre>
+g.region rast=lsat7_2002_20 -p
+
+# R, G, B composite at 28.5m 
+d.rgb b=lsat7_2002_10 g=lsat7_2002_20 r=lsat7_2002_30
+
+# Brovey fusion
+i.fusion.brovey -l ms1=lsat7_2002_20 ms2=lsat7_2002_40 \
+                   ms3=lsat7_2002_50 pan=lsat7_2002_80 \
+                   outputprefix=brovey
+
+# display at 14.25m
+g.region rast=brovey.blue -p
+d.rgb b=brovey.blue g=brovey.green r=brovey.red
+</pre></div>
+
+Results:
+<p>
+<center>
+<img src="rgb_originals.png" alt="R, G, B composite of Landsat at 28.5m">
+<br>
+<i>R, G, B composite of Landsat at 28.5m</i>
+</center>
+<p>
+
+<center>
+<img src="rgb_brovey.png" alt="R, G, B composite of Landsat Brovey fusion at 14.25m">
+<br>
+<i>R, G, B composite of Landsat Brovey fusion at 14.25m</i>
+</center>
+
+Colors may be optionally optimized.
+
 <H2>SEE ALSO</H2>
 
 <EM>
@@ -52,5 +89,5 @@
 
 <H2>AUTHOR</H2>
 
-Markus Neteler, ITC-irst
+Markus Neteler, ITC-irst, Italy
 <p><i>Last changed: $Date$</i>

Added: grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/rgb_brovey.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/rgb_brovey.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/rgb_originals.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/scripts/i.fusion.brovey/rgb_originals.png
___________________________________________________________________
Name: svn:mime-type
   + image/png



More information about the grass-commit mailing list