[GRASS-SVN] r52633 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 11 23:39:47 PDT 2012
Author: cmbarton
Date: 2012-08-11 23:39:46 -0700 (Sat, 11 Aug 2012)
New Revision: 52633
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
updated image menu to replace i.fusion.brovey with i.pansharpen
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2012-08-12 06:14:49 UTC (rev 52632)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2012-08-12 06:39:46 UTC (rev 52633)
@@ -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>
More information about the grass-commit
mailing list