Index: trunk/ippconfig/recipes/ppStack.config
===================================================================
--- trunk/ippconfig/recipes/ppStack.config	(revision 28618)
+++ trunk/ippconfig/recipes/ppStack.config	(revision 29554)
@@ -9,8 +9,12 @@
 COMBINE.DISCARD	F32	0.2		# Discard fraction for Olympic weighted mean
 
-MASK.VAL	STR	MASK.VALUE,CONV.BAD,GHOST	# Mask value of input bad pixels
-MASK.SUSPECT	STR	SUSPECT,CONV.POOR	# Mask value of suspect pixels
+MASK.VAL	STR	MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
+MASK.SUSPECT	STR	SUSPECT,BURNTOOL,SPIKE,STREAK,STARCORE,CONV.POOR # Mask value of suspect pixels
 MASK.BAD	STR	BLANK		# Mask value to give bad pixels
 MASK.POOR	STR	CONV.POOR	# Mask value to give poor pixels
+
+# we are in some danger of inconsistency in the definition of a 'bad' vs a 'suspect' pixel
+# these distinctions are also defined in psModules/src/config/pmConfigMask.c
+
 POOR.FRACTION	F32	0.25		# Maximum fraction of bad variance for poor pixels
 THRESHOLD.MASK	F32	0.5		# Threshold for mask deconvolution (0..1)
@@ -76,4 +80,7 @@
 PSF.MODEL	STR	PS_MODEL_GAUSS	# Model for PSF generation
 
+PSF.AUTOSIZE	BOOL	TRUE		# Determine output PSF size from input PSFs?
+PSF.OUTPUT.FWHM	F32	5.0		# Target size for output PSF (if not auto-sized)
+
 TEMP.IMAGE	STR	conv.im.fits	# Suffix for temporary convolved images
 TEMP.MASK	STR	conv.mk.fits	# Suffix for temporary convolved masks
