[GRASS-SVN] r61483 - in grass/branches/releasebranch_7_0: . gui/wxpython/xml scripts scripts/i.pansharpen

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 10:22:01 PDT 2014


Author: neteler
Date: 2014-07-31 10:22:01 -0700 (Thu, 31 Jul 2014)
New Revision: 61483

Added:
   grass/branches/releasebranch_7_0/scripts/i.colors.enhance/
Removed:
   grass/branches/releasebranch_7_0/scripts/i.landsat.rgb/
Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
   grass/branches/releasebranch_7_0/scripts/Makefile
   grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html
   grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.py
Log:
i.landsat.rgb renamed to i.colors.enhance (trac #2340) (trunk, r61481)


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Added: svn:mergeinfo
   + /grass/trunk:61481

Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2014-07-31 17:18:35 UTC (rev 61482)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2014-07-31 17:22:01 UTC (rev 61483)
@@ -1495,7 +1495,7 @@
   <toolbox name="ManageImageColors">
     <label>Manage image colors</label>
     <items>
-      <module-item name="i.landsat.rgb">
+      <module-item name="i.colors.enhance">
         <label>Color balance for RGB</label>
       </module-item>
       <module-item name="i.his.rgb">

Modified: grass/branches/releasebranch_7_0/scripts/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/scripts/Makefile	2014-07-31 17:18:35 UTC (rev 61482)
+++ grass/branches/releasebranch_7_0/scripts/Makefile	2014-07-31 17:22:01 UTC (rev 61483)
@@ -18,9 +18,9 @@
 	g.extension \
 	g.extension.all \
 	g.manual \
+	i.colors.enhance \
 	i.image.mosaic \
 	i.in.spotvgt \
-	i.landsat.rgb \
 	i.oif \
 	i.pansharpen \
 	i.spectral \

Modified: grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html	2014-07-31 17:18:35 UTC (rev 61482)
+++ grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.html	2014-07-31 17:22:01 UTC (rev 61483)
@@ -74,7 +74,7 @@
 but does use an optimized r.mapcalc expression to reduce disk I/O.
 <br><br>
 The three pan-sharpened output channels may be combined with <em>d.rgb</em> or 
-<em>r.composite</em>. Colors may be optionally optimized with <em>i.landsat.rgb</em>.
+<em>r.composite</em>. Colors may be optionally optimized with <em>i.colors.enhance</em>.
 While the resulting color image will be at the higher resolution in all cases, 
 the 3 pan sharpening algorithms differ in terms of spectral response.  
 
@@ -163,7 +163,7 @@
 g.gui.mapswipe
 
 # optionally color balancing:
-i.landsat.rgb r=lsat7_2002_ihs_red g=lsat7_2002_ihs_green b=lsat7_2002_ihs_blue
+i.colors.enhance r=lsat7_2002_ihs_red g=lsat7_2002_ihs_green b=lsat7_2002_ihs_blue
 </pre></div>
 
 <h2>SEE ALSO</h2>

Modified: grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.py	2014-07-31 17:18:35 UTC (rev 61482)
+++ grass/branches/releasebranch_7_0/scripts/i.pansharpen/i.pansharpen.py	2014-07-31 17:22:01 UTC (rev 61483)
@@ -334,7 +334,7 @@
     grass.message(_("d.rgb r=%s_red g=%s_green b=%s_blue" % (out, out, out)))
     grass.message('\n ')
     grass.message(_("If desired, combine channels into a single RGB map with 'r.composite'."))
-    grass.message(_("Channel colors can be rebalanced using i.landsat.rgb."))
+    grass.message(_("Channel colors can be rebalanced using i.colors.enhance."))
 
     # write cmd history:
     for ch in ['red', 'green', 'blue']:



More information about the grass-commit mailing list