[GRASS-SVN] r30232 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 18 10:03:42 EST 2008


Author: cmbarton
Date: 2008-02-18 10:03:42 -0500 (Mon, 18 Feb 2008)
New Revision: 30232

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
Putting i.rectify back in menu

Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-02-18 14:48:09 UTC (rev 30231)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-02-18 15:03:42 UTC (rev 30232)
@@ -462,6 +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 image or raster", "Rectifies raster using information in previously created POINTS file", "self.OnMenuCmd", "i.rectify"),
               ("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"),



More information about the grass-commit mailing list