[GRASS-SVN] r42451 - grass/trunk/scripts/r.colors.stddev
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 2 20:13:07 EDT 2010
Author: hamish
Date: 2010-06-02 20:13:06 -0400 (Wed, 02 Jun 2010)
New Revision: 42451
Modified:
grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py
Log:
bulk option rename minor fix
Modified: grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py
===================================================================
--- grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py 2010-06-02 23:57:30 UTC (rev 42450)
+++ grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py 2010-06-03 00:13:06 UTC (rev 42451)
@@ -75,7 +75,7 @@
# banded free floating black/red/yellow/green/yellow/red/black
# reclass with labels only works for category (integer) based maps
- #r.reclass map="$GIS_OPT_MAP" output="${GIS_OPT_MAP}.stdevs" << EOF
+ #r.reclass input="$GIS_OPT_MAP" output="${GIS_OPT_MAP}.stdevs" << EOF
# >3 S.D. outliers colored black so they show up in d.histogram w/ white background
rules = '\n'.join([
More information about the grass-commit
mailing list