[GRASS-SVN] r52228 - grass/trunk/scripts/i.landsat.rgb
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 26 04:24:12 PDT 2012
Author: martinl
Date: 2012-06-26 04:24:11 -0700 (Tue, 26 Jun 2012)
New Revision: 52228
Modified:
grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py
Log:
i.landsat.rgb: more guisections
Modified: grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py
===================================================================
--- grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py 2012-06-26 10:23:24 UTC (rev 52227)
+++ grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py 2012-06-26 11:24:11 UTC (rev 52228)
@@ -11,7 +11,7 @@
# PURPOSE: create pretty LANDSAT RGBs: the trick is to remove outliers
# using percentiles (area under the histogram curve)
#
-# COPYRIGHT: (C) 2006,2008 by the GRASS Development Team
+# COPYRIGHT: (C) 2006, 2008, 2012 by the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
@@ -49,14 +49,17 @@
#%flag
#% key: f
#% description: Extend colors to full range of data on each channel
+#% guisection: Colors
#%end
#%flag
#% key: p
#% description: Preserve relative colors, adjust brightness only
+#% guisection: Colors
#%end
#%flag
#% key: r
#% description: Reset to standard color range
+#% guisection: Colors
#%end
#%flag
#% key: s
More information about the grass-commit
mailing list