Index: trunk/ippconfig/recipes/ppStack.config
===================================================================
--- trunk/ippconfig/recipes/ppStack.config	(revision 24870)
+++ trunk/ippconfig/recipes/ppStack.config	(revision 25375)
@@ -21,9 +21,8 @@
 SKIP.BG.SUB	BOOL	FALSE		# Bypass background subtraction?
 
-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
-RENORM.STDEV	STR	ROBUST_STDEV	# Statistic to use for stdev in renormalisation
-RENORM.WIDTH	F32	2.2		# Gaussian width for normalisation
+RENORM		BOOL	TRUE		# Renormalise weight maps?
+RENORM.NUM	S32	100000		# Number of samples for renormalisation
+RENORM.MIN	F32	0.6		# Minimum value for renormlisation
+RENORM.MAX	F32	1.5		# Maximum value for renormalisation
 
 ### The PHOT mode is intended as a quick and dirty stopgap; it should disappear soon.
