[GRASS-SVN] r49834 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 19 07:36:05 EST 2011
Author: martinl
Date: 2011-12-19 04:36:05 -0800 (Mon, 19 Dec 2011)
New Revision: 49834
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI/menu: re-order "clasify image" items
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2011-12-19 12:23:32 UTC (rev 49833)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2011-12-19 12:36:05 UTC (rev 49834)
@@ -2636,21 +2636,12 @@
</menuitem>
<separator />
<menuitem>
- <label>Maximum likelihood classification (MLC)</label>
- <help>Classifies the cell spectral reflectances in imagery data.</help>
- <keywords>imagery,classification,MLC</keywords>
- <handler>OnMenuCmd</handler>
- <command>i.maxlik</command>
+ <label>Interactive input for supervised classification</label>
+ <help>Generates spectral signatures by allowing the user to outline training areas.</help>
+ <keywords>imagery,classification,supervised</keywords>
+ <handler>OnIClass</handler>
</menuitem>
<menuitem>
- <label>Sequential maximum a posteriori classification (SMAP)</label>
- <help>Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.</help>
- <keywords>imagery,classification,supervised,SMAP</keywords>
- <handler>OnMenuCmd</handler>
- <command>i.smap</command>
- </menuitem>
- <separator />
- <menuitem>
<label>Input for supervised MLC</label>
<help>Generates statistics for i.maxlik from raster map.</help>
<keywords>imagery,classification,supervised,MLC</keywords>
@@ -2666,11 +2657,19 @@
</menuitem>
<separator />
<menuitem>
- <label>Interactive input for supervised classification</label>
- <help>Generates spectral signatures by allowing the user to outline training areas.</help>
- <keywords>imagery,classification,supervised</keywords>
- <handler>OnIClass</handler>
+ <label>Maximum likelihood classification (MLC)</label>
+ <help>Classifies the cell spectral reflectances in imagery data.</help>
+ <keywords>imagery,classification,MLC</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>i.maxlik</command>
</menuitem>
+ <menuitem>
+ <label>Sequential maximum a posteriori classification (SMAP)</label>
+ <help>Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.</help>
+ <keywords>imagery,classification,supervised,SMAP</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>i.smap</command>
+ </menuitem>
</items>
</menu>
<menu>
More information about the grass-commit
mailing list