Index: trunk/ippconfig/recipes/ppStack.config
===================================================================
--- trunk/ippconfig/recipes/ppStack.config	(revision 21151)
+++ trunk/ippconfig/recipes/ppStack.config	(revision 21370)
@@ -7,5 +7,5 @@
 MASK.BAD	STR	BLANK		# Mask value to give bad pixels
 MASK.POOR	STR	POOR.WARP	# Mask value to give poor pixels
-POOR.FRACTION	F32	0.01		# Maximum fraction of bad weight for poor pixels
+POOR.FRACTION	F32	0.01		# Maximum fraction of bad variance for poor pixels
 THRESHOLD.MASK	F32	0.5		# Threshold for mask deconvolution (0..1)
 DECONV.LIMIT	F32	1.03		# Deconvolution fraction for rejecting entire image
@@ -18,5 +18,5 @@
 BIN2		S32	4		# Binning factor for second level
 
-RENORM		BOOL	TRUE		# Renormalise variance maps?
+RENORM		BOOL	FALSE		# Renormalise variance maps?
 RENORM.NUM	S32	10000		# Number of samples for renormalisation
 RENORM.MEAN	STR	ROBUST_MEDIAN	# Statistic to use for mean in renormalisation
@@ -62,5 +62,5 @@
 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.VARIANCE	STR	conv.var.fits	# Suffix for temporary convolved variance maps
 TEMP.DELETE	BOOL	TRUE		# Delete temporary files on completion?
 
