Hanlie Pretorius wrote:

> However, d.correlate seems to output multiple files that overwrite one 
> another.
> 
> Is there a way around this?

Try making this change to the d.correlate script:

--- d.correlate (revision 41749)
+++ d.correlate (working copy)
@@ -97,6 +97,8 @@
 fi
 
 d.erase
+GRASS_PNG_READ=TRUE
+export GRASS_PNG_READ
 if [ $? != 0 ] ; then
  exit 1
 fi

-- 
Glynn Clements <gl...@gclements.plus.com>
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to