[GRASS-SVN] r56427 - in grass/trunk: display/d.his imagery/i.his.rgb imagery/i.rgb.his raster/r.his scripts/i.pansharpen
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 26 13:03:54 PDT 2013
Author: neteler
Date: 2013-05-26 13:03:54 -0700 (Sun, 26 May 2013)
New Revision: 56427
Modified:
grass/trunk/display/d.his/main.c
grass/trunk/imagery/i.his.rgb/main.c
grass/trunk/imagery/i.rgb.his/main.c
grass/trunk/raster/r.his/main.c
grass/trunk/scripts/i.pansharpen/i.pansharpen.py
Log:
keyword cleanup: HIS == IHS
Modified: grass/trunk/display/d.his/main.c
===================================================================
--- grass/trunk/display/d.his/main.c 2013-05-26 19:52:19 UTC (rev 56426)
+++ grass/trunk/display/d.his/main.c 2013-05-26 20:03:54 UTC (rev 56427)
@@ -64,6 +64,7 @@
G_add_keyword(_("color transformation"));
G_add_keyword("RGB");
G_add_keyword("HIS");
+ G_add_keyword("IHS");
module->description =
_("Displays the result obtained by combining "
"hue, intensity, and saturation (his) values "
Modified: grass/trunk/imagery/i.his.rgb/main.c
===================================================================
--- grass/trunk/imagery/i.his.rgb/main.c 2013-05-26 19:52:19 UTC (rev 56426)
+++ grass/trunk/imagery/i.his.rgb/main.c 2013-05-26 20:03:54 UTC (rev 56427)
@@ -47,6 +47,7 @@
G_add_keyword(_("color transformation"));
G_add_keyword("RGB");
G_add_keyword("HIS");
+ G_add_keyword("IHS");
module->description =
_("Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to "
"RGB (Red-Green-Blue) color space.");
Modified: grass/trunk/imagery/i.rgb.his/main.c
===================================================================
--- grass/trunk/imagery/i.rgb.his/main.c 2013-05-26 19:52:19 UTC (rev 56426)
+++ grass/trunk/imagery/i.rgb.his/main.c 2013-05-26 20:03:54 UTC (rev 56427)
@@ -47,6 +47,7 @@
G_add_keyword(_("color transformation"));
G_add_keyword("RGB");
G_add_keyword("HIS");
+ G_add_keyword("IHS");
module->description =
_("Transforms raster maps from RGB (Red-Green-Blue) color space to "
"HIS (Hue-Intensity-Saturation) color space.");
Modified: grass/trunk/raster/r.his/main.c
===================================================================
--- grass/trunk/raster/r.his/main.c 2013-05-26 19:52:19 UTC (rev 56426)
+++ grass/trunk/raster/r.his/main.c 2013-05-26 20:03:54 UTC (rev 56427)
@@ -63,6 +63,7 @@
G_add_keyword(_("color transformation"));
G_add_keyword("RGB");
G_add_keyword("HIS");
+ G_add_keyword("IHS");
module->description =
_("Generates red, green and blue raster map layers "
"combining hue, intensity and saturation (HIS) "
Modified: grass/trunk/scripts/i.pansharpen/i.pansharpen.py
===================================================================
--- grass/trunk/scripts/i.pansharpen/i.pansharpen.py 2013-05-26 19:52:19 UTC (rev 56426)
+++ grass/trunk/scripts/i.pansharpen/i.pansharpen.py 2013-05-26 20:03:54 UTC (rev 56427)
@@ -42,6 +42,7 @@
#% keywords: sharpen
#% keywords: Brovey
#% keywords: IHS
+#% keywords: HIS
#% keywords: PCA
#% overwrite: yes
#%End
More information about the grass-commit
mailing list