Index: trunk/stac/src/stac.c
===================================================================
--- trunk/stac/src/stac.c	(revision 3610)
+++ trunk/stac/src/stac.c	(revision 3660)
@@ -27,5 +27,4 @@
     // Set trace levels
     psTraceSetLevel(".",0);
-    psTraceSetLevel(".psLib", 0);
     psTraceSetLevel("stac.checkMemory",10);
     psTraceSetLevel("stac.config",10);
@@ -55,6 +54,8 @@
     psTrace("stac.time", 1, "I/O completed at %f seconds\n", getTime() - startTime);
 
-    // Get size
-    stacSize(config, inputs, maps);
+    // Get size, if not input
+    if (config->outnx == 0 || config->outny == 0) {
+	stacSize(config, inputs, maps);
+    }
 
     // Invert maps
