Index: trunk/ippconfig/recipes/ppStack.config
===================================================================
--- trunk/ippconfig/recipes/ppStack.config	(revision 20679)
+++ trunk/ippconfig/recipes/ppStack.config	(revision 20680)
@@ -33,9 +33,9 @@
 PSF.MODEL	STR	PS_MODEL_PS1_V1	# Model for PSF generation
 
-TEMP.DIR	STR	./		# Directory for temporary images
+TEMP.DIR	STR	/tmp		# Directory for temporary images
 TEMP.IMAGE	STR	conv.im.fits	# Suffix for temporary convolved images
 TEMP.MASK	STR	conv.mk.fits	# Suffix for temporary convolved masks
 TEMP.WEIGHT	STR	conv.wt.fits	# Suffix for temporary convolved weight maps
-TEMP.DELETE	BOOL	FALSE		# Delete temporary files on completion?
+TEMP.DELETE	BOOL	TRUE		# Delete temporary files on completion?
 
 ZP		BOOL	TRUE		# Calculate ZP using own photometry?
@@ -47,2 +47,9 @@
 STACK	METADATA
 END
+
+
+# Debugging
+DEBUG	METADATA
+	TEMP.DIR	STR	./		# Directory for temporary images
+	TEMP.DELETE	BOOL	FALSE		# Delete temporary files on completion?
+END
