Browse Source

updated image menu to replace i.fusion.brovey with i.pansharpen

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52633 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 12 years ago
parent
commit
c646d95c1a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      gui/wxpython/xml/menudata.xml

+ 4 - 4
gui/wxpython/xml/menudata.xml

@@ -2724,11 +2724,11 @@
 	</menuitem>
 	<separator />
 	<menuitem>
-	  <label>Brovey sharpening</label>
-	  <help>Brovey transform to merge multispectral and high-res panchromatic channels</help>
-	  <keywords>imagery,fusion,Brovey</keywords>
+	  <label>Pan sharpening</label>
+	  <help>Sharpen image by merging multispectral and high-res panchromatic channels</help>
+	  <keywords>imagery,fusion,sharpen,IHS,PCI,Brovey</keywords>
 	  <handler>OnMenuCmd</handler>
-	  <command>i.fusion.brovey</command>
+	  <command>i.pansharpen</command>
 	</menuitem>
 	<menu>
 	  <label>Classify image</label>