[GRASS-SVN] r30212 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 17 11:33:31 EST 2008
Author: cmbarton
Date: 2008-02-17 11:33:31 -0500 (Sun, 17 Feb 2008)
New Revision: 30212
Modified:
grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
Removed menu items for georectification, since these require an xterm and are replaced by new georectifier module.
Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-02-17 15:07:22 UTC (rev 30211)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-02-17 16:33:31 UTC (rev 30212)
@@ -462,12 +462,7 @@
("HIS to RGB", "Transform HIS (Hue/Intensity/Saturation) color image to RGB (Red/Green/Blue)", "self.OnMenuCmd", "i.his.rgb"),
("RGB to HIS", "Transform RGB (Red/Green/Blue) color image to HIS (Hue/Intensity/Saturation)", "self.OnMenuCmd", "i.rgb.his"),
)),
- ("Rectify and georeference image group", (
- ("Set GCP's from raster map (requires Xterm)", "Set ground control points (GCP's) from raster map or keyboard entry", "self.OnXTerm", "i.points"),
- ("Set GCP's from vector map (requires Xterm)", "Set ground control points (GCP's) from vector map or keyboard entry", "self.OnXTerm", "i.vpoints"),
- ("Georectification (rubber sheet)", "Affine and Polynomial rectification (rubber sheet)", "self.OnMenuCmd", "i.rectify"),
- ("Ortho photo rectification (requies Xterm)", "Ortho Photo rectification", "self.OnXTerm", "i.ortho.photo"),
- )),
+ ("Ortho photo rectification (requires Xterm)", "Ortho Photo rectification", "self.OnXTerm", "i.ortho.photo"),
("","","", ""),
("Brovey sharpening", "Brovey transformation and pan sharpening", "self.OnMenuCmd", "i.fusion.brovey"),
("Classify image", (
More information about the grass-commit
mailing list