Index: trunk/ippconfig/recipes/ppMerge.config
===================================================================
--- trunk/ippconfig/recipes/ppMerge.config	(revision 12583)
+++ trunk/ippconfig/recipes/ppMerge.config	(revision 13592)
@@ -19,5 +19,5 @@
 MASK.SUSPECT	F32	5.0		# Threshold for suspect pixels (sigma)
 MASK.BAD	F32	-4.0		# Threshold for bad pixels (sigma)
-MASKVAL		S32	0xff		# Mask value for input data
+MASKVAL		STR	SAT,BAD		# Mask value for input data
 COMBINE		STR	CLIPPED		# Statistic to use for combination
 MEAN		STR	ROBUST_MEDIAN	# Statistic to use to measure the mean
@@ -32,5 +32,4 @@
 	FRACLOW		F32	0.0		# Fraction of low pixels to reject immediately
 	WEIGHTS		BOOL	FALSE		# Use image weights?
-	MASKVAL		S32	0		# Mask value for input data
 	COMBINE		STR	CLIPPED		# Statistic to use for combination: 
 END
@@ -45,5 +44,4 @@
 	FRACLOW		F32	0.0		# Fraction of low pixels to reject immediately
 	WEIGHTS		BOOL	FALSE		# Use image weights?
-	MASKVAL		S32	0		# Mask value for input data
 	COMBINE		STR	CLIPPED		# Statistic to use for combination: 
 END
@@ -56,5 +54,4 @@
 	FRACLOW		F32	0.1		# Fraction of low pixels to reject immediately
 	NKEEP		S32	5		# Minimum number of pixels in stack to keep
-	MASKVAL		S32	0xff		# Mask value for input data
 	WEIGHTS		BOOL	TRUE		# Use image weights?
 	COMBINE		STR	MEAN		# Statistic to use for combination: 
