Index: trunk/psastro/src/psastroOneChip.c
===================================================================
--- trunk/psastro/src/psastroOneChip.c	(revision 12492)
+++ trunk/psastro/src/psastroOneChip.c	(revision 12712)
@@ -141,5 +141,7 @@
     
     // XXX check if we correctly applied the new transformation:
-    psastroDumpRawstars (rawstars, fpa, chip);
+    if (psTraceGetLevel("psastro.dump") > 0) {
+	psastroDumpRawstars (rawstars, fpa, chip);
+    }
 
     if (psTraceGetLevel("psastro.plot") > 0) {
