[GRASS-SVN] r48090 - grass/trunk/scripts/i.image.mosaic

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 3 07:43:25 EDT 2011


Author: neteler
Date: 2011-09-03 04:43:25 -0700 (Sat, 03 Sep 2011)
New Revision: 48090

Modified:
   grass/trunk/scripts/i.image.mosaic/i.image.mosaic.html
   grass/trunk/scripts/i.image.mosaic/i.image.mosaic.py
Log:
fix broken script; update HTML

Modified: grass/trunk/scripts/i.image.mosaic/i.image.mosaic.html
===================================================================
--- grass/trunk/scripts/i.image.mosaic/i.image.mosaic.html	2011-09-03 11:40:02 UTC (rev 48089)
+++ grass/trunk/scripts/i.image.mosaic/i.image.mosaic.html	2011-09-03 11:43:25 UTC (rev 48090)
@@ -1,18 +1,18 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
+<em>i.image.mosaic</em> mosaics several images or raster maps using the
+GRASS GIS map calculator, and extends the colormap to the range of all images.
 
-<EM>i.image.mosaic</EM> Mosaics several images or raster maps using map calculator, and extends colormap to range of all images.
-<br>
-
-
 <H2>SEE ALSO</H2>
 
-<EM><A HREF="r.patch.html">r.patch</A></EM>,
-<EM><A HREF="r.mapcalc.html">r.mapcalc</A></EM>,
+<em>
+<a href="r.patch.html">r.patch</a>,
+<a href="r.mapcalc.html">r.mapcalc</a>
+</em>
 
+<h2>AUTHOR</h2>
 
-<H2>AUTHOR</H2>
-
 Markus Neteler, ITC-Irst, Trento, Italy
 Updated to GRASS 5.7 by Michael Barton, Arizona State University
+
 <p><i>Last changed: $Date$</i>

Modified: grass/trunk/scripts/i.image.mosaic/i.image.mosaic.py
===================================================================
--- grass/trunk/scripts/i.image.mosaic/i.image.mosaic.py	2011-09-03 11:40:02 UTC (rev 48089)
+++ grass/trunk/scripts/i.image.mosaic/i.image.mosaic.py	2011-09-03 11:43:25 UTC (rev 48090)
@@ -59,7 +59,7 @@
 	return "if(isnull($image%d),%s,$image%d+$offset%d)" % (i, e, i, i)
 
 def main():
-    images = options['images'].split(',')
+    images = options['input'].split(',')
     output = options['output']
 
     count = len(images)



More information about the grass-commit mailing list