[GRASS-SVN] r34054 - grass/branches/develbranch_6/scripts/d.out.file
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 29 08:26:18 EDT 2008
Author: hamish
Date: 2008-10-29 08:26:18 -0400 (Wed, 29 Oct 2008)
New Revision: 34054
Modified:
grass/branches/develbranch_6/scripts/d.out.file/d.out.file
Log:
code comments
Modified: grass/branches/develbranch_6/scripts/d.out.file/d.out.file
===================================================================
--- grass/branches/develbranch_6/scripts/d.out.file/d.out.file 2008-10-29 12:18:18 UTC (rev 34053)
+++ grass/branches/develbranch_6/scripts/d.out.file/d.out.file 2008-10-29 12:26:18 UTC (rev 34054)
@@ -345,8 +345,10 @@
fi
d.mon start=$GRAPHICS_DRIVER --quiet
-BOX=`d.info -b | cut -f2 -d':'`
-eval "$dsave"
+ # 'd.info -b' for white band removal
+ BOX=`d.info -b | cut -f2 -d':'`
+ # use 'd.info -g' here for GeoTIFF bbox with no white band removal
+ eval "$dsave"
d.mon stop=$GRAPHICS_DRIVER --quiet
################################
More information about the grass-commit
mailing list