浏览代码

i.landsat.rgb: more guisections

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52228 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父节点
当前提交
e2eab90ee0
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      scripts/i.landsat.rgb/i.landsat.rgb.py

+ 4 - 1
scripts/i.landsat.rgb/i.landsat.rgb.py

@@ -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