[GRASS-SVN] r49835 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 19 07:39:23 EST 2011
Author: martinl
Date: 2011-12-19 04:39:23 -0800 (Mon, 19 Dec 2011)
New Revision: 49835
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI/menu: re-order "clasify image" items
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-12-19 12:36:05 UTC (rev 49834)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2011-12-19 12:39:23 UTC (rev 49835)
@@ -2575,21 +2575,6 @@
</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>
- </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>Interactive input for supervised classification (requires Xterm)</label>
<help>Generates spectral signatures for an image by allowing the user to outline regions of interest.</help>
<keywords>imagery,classification</keywords>
@@ -2610,6 +2595,21 @@
<handler>OnMenuCmd</handler>
<command>i.gensigset</command>
</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>
+ </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